Improve ignored file identifier for android

This commit is contained in:
Neeraj Gupta
2025-03-28 07:19:55 +05:30
parent b2e4b82d5c
commit 4ba22fd677

View File

@@ -147,7 +147,7 @@ class IgnoredFilesService {
if (deviceFolder == null || title == null) {
return null;
}
return '$deviceFolder-$title';
return '$localID-$deviceFolder-$title';
} else {
return localID;
}