feat: bandwidth limit modal on stream 500

This commit is contained in:
edde746
2026-04-17 13:12:07 +02:00
parent f8132e7bdb
commit 1e62c6c756
41 changed files with 265 additions and 50 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class PlayerAndroid extends PlayerBase {
await observeProperty('sid', 'string');
await observeProperty('demuxer-cache-time', 'double');
} catch (e) {
errorController.add('Initialization failed: $e');
errorController.add(PlayerError('Initialization failed: $e'));
rethrow;
}
}