diff options
-rwxr-xr-x | bin/fair-viewer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index cb88f1d..5532d09 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -179,8 +179,8 @@ my %CONFIG = ( video_player_selected => ( $constant{win32} - ? 'mpv' - : undef # auto-defined + ? 'mplayer' + : 'mpv' # auto-defined ), # YouTube options |