Just one more typo...

This commit is contained in:
Frank de Lange 2022-02-23 08:41:39 +00:00
parent d91066885b
commit b194872598
3 changed files with 2 additions and 2 deletions

BIN
dist/spodcast-0.3.7.tar.gz vendored Normal file

Binary file not shown.

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = spodcast name = spodcast
version = 0.3.6 version = 0.3.7
description = A caching Spotify podcast to RSS proxy. description = A caching Spotify podcast to RSS proxy.
long_description = file:README.md long_description = file:README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown

View file

@ -37,7 +37,7 @@ if(file_exists($sinfo)) {
<link><?php echo $feed_link; ?></link> <link><?php echo $feed_link; ?></link>
</image> </image>
<description><?php echo $feed_description; ?></description> <description><?php echo $feed_description; ?></description>
<atom:link href="<?php echo $PROTOCOL.$base_url; ?>" rel="self" type="application/rss+xml" /> <atom:link href="<?php echo $base_url; ?>" rel="self" type="application/rss+xml" />
<?php <?php
$raw_files = scandir ('.'); $raw_files = scandir ('.');
usort($raw_files, function($a, $b) { usort($raw_files, function($a, $b) {