From 8540b80e57c6a21b831933520a280670f1777268 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 7 May 2018 15:32:21 -0700 Subject: [PATCH] Refresh image when uploading to image hosting --- plexpy/notification_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index 48dfa39c..78951084 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -1137,7 +1137,7 @@ def get_img_info(img=None, rating_key=None, title='', width=1000, height=1500, elif not database_img_info and img: pms_connect = pmsconnect.PmsConnect() - result = pms_connect.get_image(**image_info) + result = pms_connect.get_image(refresh=True, **image_info) if result and result[0]: img_url = delete_hash = ''