diff options
-rwxr-xr-x | bin/gtk-fair-viewer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index c8ef73b..b3fa7ce 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -175,7 +175,7 @@ my %CONFIG = ( arg => q{-close-at-end -media-title *TITLE* *URL*}, }, }, - video_player_selected => undef, # autodetect it later + video_player_selected => 'mpv', # autodetect it later # GUI options clear_text_entries_on_click => 0, |