chore(settings): graduate native download worker

This commit is contained in:
zarzet
2026-07-24 12:23:36 +07:00
parent 89dcef8ffd
commit 4713be02de
36 changed files with 39 additions and 42 deletions
+1
View File
@@ -375,6 +375,7 @@ void main() {
expect(settings.lyricsAppleElrcWordSync, isFalse);
expect(settings.deduplicateDownloads, isTrue);
expect(settings.allowQualityVariants, isFalse);
expect(settings.nativeDownloadWorkerEnabled, isFalse);
});
test('copyWith updates values and can clear nullable provider fields', () {