mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 14:10:52 -07:00
Auto quality when fetching cloudinary transform
This commit is contained in:
parent
af917c4915
commit
79b45c1c46
2 changed files with 3 additions and 1 deletions
|
@ -835,6 +835,8 @@ def cloudinary_transform(rating_key=None, width=1000, height=1500, opacity=100,
|
|||
)
|
||||
|
||||
img_options = {'format': img_format,
|
||||
'fetch_format': 'auto',
|
||||
'quality': 'auto',
|
||||
'version': int(time.time())}
|
||||
|
||||
if width != 1000:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue