mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Transform images on Cloudinary
This commit is contained in:
parent
87b1118e98
commit
0d7ade8ca4
4 changed files with 106 additions and 25 deletions
|
@ -1693,7 +1693,7 @@ def dbcheck():
|
|||
|
||||
for row in result:
|
||||
img_hash = notification_handler.set_hash_image_info(
|
||||
rating_key=row['rating_key'], width=600, height=1000, fallback='poster')
|
||||
rating_key=row['rating_key'], width=1000, height=1500, fallback='poster')
|
||||
data_factory.set_imgur_info(img_hash=img_hash, imgur_title=row['poster_title'],
|
||||
imgur_url=row['poster_url'], delete_hash=row['delete_hash'],
|
||||
service='imgur')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue