v2.1.5: Deezer API 2.0, Qobuz default, fetch ISRC for search results

This commit is contained in:
zarzet
2026-01-08 00:52:24 +07:00
parent f2c241c323
commit 8bc97d5bd3
4 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class AppSettings {
final String metadataSource; // spotify, deezer - source for search and metadata
const AppSettings({
this.defaultService = 'tidal',
this.defaultService = 'qobuz',
this.audioQuality = 'LOSSLESS',
this.filenameFormat = '{title} - {artist}',
this.downloadDirectory = '',
+1 -1
View File
@@ -111,7 +111,7 @@ class PlatformBridge {
int discNumber = 1,
int totalTracks = 1,
String? releaseDate,
String preferredService = 'tidal',
String preferredService = 'qobuz',
String? itemId,
int durationMs = 0,
}) async {