From abdac1f0d03b1ccb0547e60e811348bd9f6e0499 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Fri, 1 Apr 2022 01:12:45 +0300 Subject: [PATCH] set timeout 30 secs mpv --- funkwhale-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funkwhale-cli.sh b/funkwhale-cli.sh index fbc0b99..ad97643 100755 --- a/funkwhale-cli.sh +++ b/funkwhale-cli.sh @@ -2,7 +2,7 @@ instance=$(jj -i config.json instance) ordering='title' -default_player_command='mpv --no-vid --no-ytdl' +default_player_command='mpv --no-vid --no-ytdl --network-timeout=30' funkwhale_api_check_api_limits() {