From e59d61038bbe250fb588bdb4bcb5263b828edabc Mon Sep 17 00:00:00 2001 From: Autumn <44563868+autunn@users.noreply.github.com> Date: Sun, 21 Jan 2024 00:27:16 +0800 Subject: [PATCH] Update __init__.py --- plugins/embyreporter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/embyreporter/__init__.py b/plugins/embyreporter/__init__.py index c86df17..a7a39d0 100644 --- a/plugins/embyreporter/__init__.py +++ b/plugins/embyreporter/__init__.py @@ -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: