external_files: add .lrc subtitle extension

This commit is contained in:
Guido Cella 2019-08-29 22:46:09 +02:00 committed by Jan Ekström
parent 763eaad2aa
commit 6d90517275
1 changed files with 1 additions and 1 deletions

View File

@ -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",