Browse Source

Fixed 0 byte size of audio file listed in XML

old
Jean 1 year ago
parent
commit
d7471594e9
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      podcast/feed/feed.xml
  2. +1
    -1
      podcast/season-00/episode-00/easthighnerd_cast-s00-e00.conf

+ 1
- 1
podcast/feed/feed.xml View File

@@ -47,7 +47,7 @@

We'll also see how good my initial attempts at audio editing are
</description>
<enclosure url="https://www.easthighnerd.net/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.ogg" type="audio/ogg" length="0" />
<enclosure url="https://www.easthighnerd.net/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.ogg" type="audio/ogg" length="3676469" />
</item>
</channel>
</rss>

+ 1
- 1
podcast/season-00/episode-00/easthighnerd_cast-s00-e00.conf View File

@@ -25,4 +25,4 @@ PODCAST_EPISODE_FILE_URL="${PODCAST_EPISODE_PAGE_URL}/easthighnerd_cast-s00-e00.
PODCAST_EPISODE_AUDIO_TYPE="ogg"

# Size (in Bytes) of the audio file for the podcast episode
PODCAST_EPISODE_FILE_SIZE="0"
PODCAST_EPISODE_FILE_SIZE="3676469"

Loading…
Cancel
Save