Fixed issue with filename is blank on iOS causing update to fail

This commit is contained in:
Alex
2022-08-18 16:27:08 -05:00
parent 4805d86a7c
commit 25338ce02f
2 changed files with 2 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ class AlbumInfoCard extends HookConsumerWidget {
return;
}
if (albumInfo.id == 'isAll') {
if (albumInfo.id == 'isAll' || albumInfo.name == 'Recents') {
ImmichToast.show(
context: context,
msg: 'Cannot exclude album contains all assets',