1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-04 09:10:09 +00:00

options: add cue to --playlist-exts's defaut value

This commit is contained in:
Guido Cella 2025-04-17 21:09:23 +02:00 committed by Kacper Michajłow
parent 0dc24a2301
commit 01b51d1f72
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
add `cue` to `--playlist-exts`' default value

View File

@ -1072,7 +1072,7 @@ static const struct MPOpts mp_default_opts = {
"zip", "rar", "7z", "cbz", "cbr", NULL "zip", "rar", "7z", "cbz", "cbr", NULL
}, },
.playlist_exts = (char *[]){ .playlist_exts = (char *[]){
"m3u", "m3u8", "pls", "edl", NULL "cue", "edl", "m3u", "m3u8", "pls", NULL
}, },
.sub_auto_exts = (char *[]){ .sub_auto_exts = (char *[]){