mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Refresh image when uploading to image hosting
This commit is contained in:
parent
8ad565a444
commit
8540b80e57
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue