Merge pull request #73 from Salvoxia/fix/findAssetsInArchive
Fix: Find Assets in Archive
This commit is contained in:
commit
9d0e73ea40
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ def fetchAssets(isNotInAlbum: bool, findArchived: bool) -> list:
|
||||||
An array of asset objects
|
An array of asset objects
|
||||||
"""
|
"""
|
||||||
|
|
||||||
assets = fetchAssetsWithOptions({'isNotInAlbum': isNotInAlbum, 'findArchived': findArchived})
|
assets = fetchAssetsWithOptions({'isNotInAlbum': isNotInAlbum, 'withArchived': findArchived})
|
||||||
return assets
|
return assets
|
||||||
|
|
||||||
def fetchAssetsWithOptions(searchOptions: dict) -> list:
|
def fetchAssetsWithOptions(searchOptions: dict) -> list:
|
||||||
|
|
Loading…
Reference in a new issue