allow using uncategorized as replacement album
This commit is contained in:
parent
77024ca15c
commit
81c0780271
1 changed files with 2 additions and 1 deletions
|
@ -521,7 +521,8 @@ export function isValidReplacementAlbum(
|
|||
return (
|
||||
collection.name === wantedCollectionName &&
|
||||
(collection.type === CollectionType.album ||
|
||||
collection.type === CollectionType.folder) &&
|
||||
collection.type === CollectionType.folder ||
|
||||
collection.type === CollectionType.uncategorized) &&
|
||||
!isHiddenCollection(collection) &&
|
||||
!isQuickLinkCollection(collection) &&
|
||||
!isIncomingShare(collection, user)
|
||||
|
|
Loading…
Add table
Reference in a new issue