mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-14 15:10:22 +02:00
v2.1.5: Deezer API 2.0, Qobuz default, fetch ISRC for search results
This commit is contained in:
@@ -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 = '',
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user