Skip to content

Commit

Permalink
Replaced "--title" with "--force-media-title" for the mpv player. (…
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Oct 13, 2020
1 parent aca7229 commit e65d305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/gtk2-youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ my %CONFIG = (
srt => q{--sub-file=*SUB*},
audio => q{--audio-file=*AUDIO*},
fs => q{--fullscreen},
arg => q{--really-quiet --title=*TITLE* --no-ytdl},
arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl},
},
smplayer => {
cmd => q{smplayer},
Expand Down
2 changes: 1 addition & 1 deletion bin/gtk3-youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ my %CONFIG = (
srt => q{--sub-file=*SUB*},
audio => q{--audio-file=*AUDIO*},
fs => q{--fullscreen},
arg => q{--really-quiet --title=*TITLE* --no-ytdl},
arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl},
},
smplayer => {
cmd => q{smplayer},
Expand Down
2 changes: 1 addition & 1 deletion bin/youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ my %CONFIG = (
srt => q{--sub-file=*SUB*},
audio => q{--audio-file=*AUDIO*},
fs => q{--fullscreen},
arg => q{--really-quiet --title=*TITLE* --no-ytdl},
arg => q{--really-quiet --force-media-title=*TITLE* --no-ytdl},
novideo => q{--no-video},
},
},
Expand Down

0 comments on commit e65d305

Please sign in to comment.