Update __init__.py

This commit is contained in:
Autumn
2024-01-21 00:27:16 +08:00
committed by GitHub
parent 38fee76e4e
commit e59d61038b

View File

@@ -699,7 +699,7 @@ class EmbyReporter(_PluginBase):
x = xy[0]
@cache.memoize(ttl=600)
def primary(self, item_id, width=200, height=300, quality=90, ret_url=False):
def primary(self, item_id, width=720, height=1440, quality=90, ret_url=False):
try:
url = self.host + f"/emby/Items/{item_id}/Images/Primary?maxHeight={height}&maxWidth={width}&quality={quality}"
if ret_url: