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