Use sponsorblock API instead of local db for MPV
This commit is contained in:
parent
6f35721d0b
commit
016aa93c21
|
@ -15,3 +15,5 @@ ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
||||||
gpu-context=wayland
|
gpu-context=wayland
|
||||||
## Default window size
|
## Default window size
|
||||||
geometry=70%x70%
|
geometry=70%x70%
|
||||||
|
## HACK use API instead of lcoal database for sponsorblock
|
||||||
|
script-opts-append=sponsorblock-local_database=no
|
||||||
|
|
Loading…
Reference in New Issue