Allow unlisted playlists
This commit is contained in:
parent
1440c5bdb6
commit
ebc04f3c07
|
@ -20,6 +20,7 @@ class MPV:
|
||||||
'--force-window',
|
'--force-window',
|
||||||
'--fullscreen',
|
'--fullscreen',
|
||||||
'--no-terminal',
|
'--no-terminal',
|
||||||
|
'--load-unsafe-playlists',
|
||||||
'--keep-open', # Keep last frame of video on end of video
|
'--keep-open', # Keep last frame of video on end of video
|
||||||
#'--no-input-default-bindings',
|
#'--no-input-default-bindings',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue