refinerycms-podcast 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d3014166c93675b45ce0a3ee56afff18209a83b
|
4
|
+
data.tar.gz: baf2443b12e898af5bdeb5b0ab0f0ce9be6fb06a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 796cfb8d14e390663613b4e8506b001d278862acc0330b74484dbeb64f76df237292826cb86ee916cc69370eb439ee60c715149f153666ddd5a139e5871bb137
|
7
|
+
data.tar.gz: 3a00a2b1116eacbaa70442fe73201d6d9ec29ca9648668a59b3950a61ea6351e28f87cd814a590071f551ae589202b1b31b17da17a20eb2d2b6067a596836cbb
|
@@ -65,6 +65,9 @@ xml.rss 'xmlns:itunes' => 'http://www.itunes.com/dtds/podcast-1.0.dtd', :version
|
|
65
65
|
xml.tag!('itunes:duration', item.duration)
|
66
66
|
xml.tag!('itunes:keywords', item.keywords)
|
67
67
|
xml.tag!('itunes:explicit', Refinery::Podcasts.explicit_content)
|
68
|
+
if item.image.present?
|
69
|
+
xml.tag('itunes:image', request.protocol + request.host_with_port + item.image.url)
|
70
|
+
end
|
68
71
|
end
|
69
72
|
end
|
70
73
|
end
|