view-in-mpv: Remove --yes-playlist argument for youtube-dl

Reverts #3057
Fixes #3977
This commit is contained in:
Florian Bruhin 2018-06-06 09:59:03 +02:00
parent 982a42d453
commit 5635639ed4

View File

@ -49,7 +49,7 @@ msg() {
MPV_COMMAND=${MPV_COMMAND:-mpv}
# Warning: spaces in single flags are not supported
MPV_FLAGS=${MPV_FLAGS:- --force-window --no-terminal --keep-open=yes --ytdl --ytdl-raw-options=yes-playlist=}
MPV_FLAGS=${MPV_FLAGS:- --force-window --no-terminal --keep-open=yes --ytdl}
IFS=" " read -r -a video_command <<< "$MPV_COMMAND $MPV_FLAGS"
js() {