From 6d905172758d26c5406fdf11ead2763ab305c0b8 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Thu, 29 Aug 2019 22:46:09 +0200 Subject: external_files: add .lrc subtitle extension --- player/external_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/external_files.c b/player/external_files.c index ab7f05b270..0af9e5a448 100644 --- a/player/external_files.c +++ b/player/external_files.c @@ -34,7 +34,7 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "srt", "rt", "ssa", "ass", "mks", "vtt", - "sup", "scc", "smi", + "sup", "scc", "smi", "lrc", NULL}; static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac", -- cgit v1.2.3