refactor: strip obvious comments

This commit is contained in:
edde746
2026-05-04 22:40:18 +02:00
parent fdaff3687d
commit ed4be7b96d
162 changed files with 208 additions and 1440 deletions
-2
View File
@@ -38,7 +38,6 @@ enum OfflineActionType {
};
}
// Simplified database with API cache for offline support
@DriftDatabase(
tables: [
DownloadedMedia,
@@ -556,7 +555,6 @@ LazyDatabase _openConnection() {
final file = File(p.join(dbFolder.path, 'plezy_downloads.db'));
// Ensure directory exists
if (!await file.parent.exists()) {
await file.parent.create(recursive: true);
}