mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-27 21:30:23 +02:00
feat(library): add combined quality label #511
This commit is contained in:
@@ -8,6 +8,7 @@ class AppSettings {
|
||||
static const String homeFeedProviderOff = '__off__';
|
||||
static const String libraryQualityLabelBitrate = 'bitrate';
|
||||
static const String libraryQualityLabelBitDepth = 'bit_depth';
|
||||
static const String libraryQualityLabelBitDepthBitrate = 'bit_depth_bitrate';
|
||||
|
||||
final String defaultService;
|
||||
final String audioQuality;
|
||||
@@ -41,7 +42,8 @@ class AppSettings {
|
||||
/// 'last' (keep last used), 'all', 'albums', 'singles', or 'playlists'.
|
||||
final String defaultLibraryView;
|
||||
|
||||
/// Library badge text: measured bitrate or the legacy bit depth/sample rate.
|
||||
/// Library badge text: measured bitrate, bit depth/sample rate, or the
|
||||
/// combined bit depth/bitrate label.
|
||||
final String libraryQualityLabelMode;
|
||||
final bool askQualityBeforeDownload;
|
||||
final bool enableLogging;
|
||||
|
||||
Reference in New Issue
Block a user