mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 21:58:34 +03:00
remove duplicate headers in mpv config
This commit is contained in:
parent
dcae1be9f7
commit
6b33c2b66d
1 changed files with 0 additions and 2 deletions
|
@ -1469,8 +1469,6 @@ class PlayerActivity :
|
|||
}.joinToString(",")
|
||||
|
||||
MPVLib.setOptionString("http-header-fields", httpHeaderString)
|
||||
headers["user-agent"]?.let { MPVLib.setOptionString("user-agent", it) }
|
||||
headers["referer"]?.let { MPVLib.setOptionString("referrer", it) }
|
||||
|
||||
// need to fix the cache
|
||||
// MPVLib.setOptionString("cache-on-disk", "yes")
|
||||
|
|
Loading…
Reference in a new issue