feat: add audio quality analysis widget and fix USLT lyrics detection

This commit is contained in:
zarzet
2026-03-26 01:11:29 +07:00
parent 5340ca7b16
commit 091e3fadd9
22 changed files with 1822 additions and 26 deletions
+6 -6
View File
@@ -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