mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Update cloudinary==1.40.0
This commit is contained in:
parent
5e90f3bb31
commit
96c20ad893
3 changed files with 7 additions and 5 deletions
|
@ -565,7 +565,9 @@ def delete_folder(path, **options):
|
|||
|
||||
:rtype: Response
|
||||
"""
|
||||
return call_api("delete", ["folders", path], {}, **options)
|
||||
|
||||
params = only(options, "skip_backup")
|
||||
return call_api("delete", ["folders", path], params, **options)
|
||||
|
||||
|
||||
def restore(public_ids, **options):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue