mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Some small fixes after rebasing
This commit is contained in:
parent
afa16cd656
commit
003e890844
3 changed files with 3 additions and 4 deletions
|
@ -1106,9 +1106,9 @@ def get_poster_info(poster_thumb='', poster_key='', poster_title='', art=False,
|
|||
|
||||
# Upload poster_thumb to Imgur and get link
|
||||
if blur:
|
||||
poster_url, delete_hash = helpers.uploadToImgur(poster_file_blur, poster_title)
|
||||
poster_url, delete_hash = helpers.upload_to_imgur(poster_file_blur, poster_title)
|
||||
else:
|
||||
poster_url, delete_hash = helpers.uploadToImgur(poster_file, poster_title)
|
||||
poster_url, delete_hash = helpers.upload_to_imgur(poster_file, poster_title)
|
||||
|
||||
if poster_url:
|
||||
# Create poster info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue