mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-14 23:20:25 +02:00
feat: add audio quality analysis widget and fix USLT lyrics detection
This commit is contained in:
@@ -92,9 +92,9 @@ class PlatformBridge {
|
||||
}
|
||||
|
||||
static Stream<Map<String, dynamic>> downloadProgressStream() {
|
||||
return _downloadProgressEvents
|
||||
.receiveBroadcastStream()
|
||||
.map(_decodeMapResult);
|
||||
return _downloadProgressEvents.receiveBroadcastStream().map(
|
||||
_decodeMapResult,
|
||||
);
|
||||
}
|
||||
|
||||
static Future<void> exitApp() async {
|
||||
@@ -1184,9 +1184,9 @@ class PlatformBridge {
|
||||
}
|
||||
|
||||
static Stream<Map<String, dynamic>> libraryScanProgressStream() {
|
||||
return _libraryScanProgressEvents
|
||||
.receiveBroadcastStream()
|
||||
.map(_decodeMapResult);
|
||||
return _libraryScanProgressEvents.receiveBroadcastStream().map(
|
||||
_decodeMapResult,
|
||||
);
|
||||
}
|
||||
|
||||
/// Cancel ongoing library scan
|
||||
|
||||
Reference in New Issue
Block a user