This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 9f97aaae8ca22504b3ff6eb7bb7a70fbc4eaa3a8
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Mon Jun 13 13:29:49 2022 +0100
tyls - add pls files to glob list
---
src/bin/tyls.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index ad30ad7..b66f908 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -313,6 +313,8 @@ const Cmatch fmatch[] =
{ 2, 3, 5, 9, 9, 9, "*.WAV", "audio-x-wav"},
{ 2, 3, 5, 9, 9, 9, "*.m3u", "audio-x-mp3-playlist"},
{ 2, 3, 5, 9, 9, 9, "*.M3U", "audio-x-mp3-playlist"},
+ { 2, 3, 5, 9, 9, 9, "*.pls", "audio-x-mp3-playlist"},
+ { 2, 3, 5, 9, 9, 9, "*.PLS", "audio-x-mp3-playlist"},
{ 3, 5, 2, 9, 9, 9, "*.patch", "text-x-generic"},
{ 3, 5, 2, 9, 9, 9, "*.PATCH", "text-x-generic"},
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.