Hardware decoding by default

This commit is contained in:
localhost_frssoft 2022-10-31 11:32:45 +03:00
parent 394a19b210
commit ea0bc86de8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ torrent_enabled=$(jj -i config.json torrent_enabled)
rpcport=9095
instance_hist='instance.hist'
ordering='title'
default_player_command='mpv --network-timeout=30 --profile=low-latency'
default_player_command='mpv --hwdec --network-timeout=30 --profile=low-latency'
instance_point="https://$instance/api/v1"
default_curl_opt()