mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
避免不必要的图片cookies查询
This commit is contained in:
@@ -200,6 +200,7 @@ class TrimeMedia:
|
||||
],
|
||||
link=f"{self._playhost or self._api.host}/library/{library.guid}",
|
||||
server_type="trimemedia",
|
||||
use_cookies=True,
|
||||
)
|
||||
)
|
||||
return libraries
|
||||
@@ -498,6 +499,7 @@ class TrimeMedia:
|
||||
else 0
|
||||
),
|
||||
server_type="trimemedia",
|
||||
use_cookies=True,
|
||||
)
|
||||
|
||||
def get_items(
|
||||
|
||||
Reference in New Issue
Block a user