tyls - add pls files to glob list

pull/4/head
Carsten Haitzler 2 years ago
parent af8d75201a
commit 9f97aaae8c
  1. 2
      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"},

Loading…
Cancel
Save