undo local changes
This commit is contained in:
parent
ddf8b6438e
commit
ef64d5d6b4
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ extension DeviceFiles on FilesDB {
|
|||
(element) => element.localID == deviceCollection.coverId,
|
||||
orElse: () => null,
|
||||
);
|
||||
if (deviceCollection.thumbnail != null) {
|
||||
if (deviceCollection.thumbnail == null) {
|
||||
final File result =
|
||||
await getDeviceCollectionThumbnail(deviceCollection.id);
|
||||
if (result == null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue