diff options
Diffstat (limited to 'bin/fair-viewer')
-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 c24c851..4fce8e3 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -16,7 +16,7 @@ #------------------------------------------------------- # fair-viewer # Fork: 14 February 2020 -# Edit: 10 July 2020 +# Edit: 06 September 2020 # https://framagit.org/heckyel/fair-viewer #------------------------------------------------------- @@ -213,7 +213,7 @@ my %CONFIG = ( cache_dir => undef, # API - api_host => "https://invidious.snopyta.org", + api_host => "auto", # Others autoplay_mode => 0, |