We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d4ac2 commit e4a7372Copy full SHA for e4a7372
2 files changed
.DS_Store
0 Bytes
templates/rss.xml.php
@@ -25,7 +25,7 @@
25
<title><?= $item['name'] ?></title>
26
<description><![CDATA[ <?= $item['description'] ?> ]]></description>
27
<pubDate><?= date('r', strtotime($item['published'])) ?></pubDate>
28
- <enclosure url="<?= $host ?>/audio?item_id=<?= $item['id'] ?>" type="audio/mpeg" length="<?= $item['file_size'] ?? $item['size'] ?>"/>
+ <enclosure url="<?= $host ?>/audio?item_id=<?= $item['id'] ?>" type="audio/mpeg" length="<?= $item['file_size'] ?? '10000' ?>"/>
29
<link><?= $host ?>/item?item_id=<?= $item['id'] ?></link>
30
<guid isPermaLink="false"><?= $host ?>/item?item_id=<?= $item['id'] ?></guid>
31
<itunes:image href="<?= $host ?>/image?item_id=<?= $item['id'] ?>" />
0 commit comments