mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Reorganize all Imgur info in database
This commit is contained in:
parent
d166b77ea9
commit
90f3d597dc
7 changed files with 189 additions and 170 deletions
|
@ -2426,7 +2426,7 @@ class PmsConnect(object):
|
|||
return labels_list
|
||||
|
||||
def get_image(self, img=None, width=600, height=1000, opacity=None, background=None, blur=None,
|
||||
img_format='png', clip=False):
|
||||
img_format='png', clip=False, **kwargs):
|
||||
"""
|
||||
Return image data as array.
|
||||
Array contains the image content type and image binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue