Update xspf_playlist.php

This commit is contained in:
Olivier 2024-12-10 11:39:04 +01:00 committed by GitHub
parent ac307aa9db
commit dc67dff9ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
<?php <?php
/* Génère un fichier xspf minimal à partir d'un fichier .m3u /* Generates a minimal xspf file from a .m3u file
Ce code est dans le domaine public. This code is in the public domain.
Auteur: sebsauvage at sebsauvage dot net Author: sebsauvage at sebsauvage dot net
Warning: No error control (I create clean m3u files), no proper utf-8 handling. Warning: No error control (I create clean m3u files), no proper utf-8 handling.
*/ */
@ -77,4 +77,4 @@ echo <<<XML
</trackList> </trackList>
</playlist> </playlist>
XML; XML;
?> ?>