From 9f97aaae8ca22504b3ff6eb7bb7a70fbc4eaa3a8 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 13 Jun 2022 13:29:49 +0100 Subject: [PATCH] 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 ad30ad7f..b66f9083 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"},