fix: observe speed property

close #193
This commit is contained in:
edde746
2025-12-26 06:23:44 +01:00
parent ad7f381f54
commit 95436529c6
+1
View File
@@ -354,6 +354,7 @@ class PlayerNative implements Player {
await _observeProperty('track-list', (Platform.isAndroid || Platform.isWindows) ? 'string' : 'node');
await _observeProperty('eof-reached', 'flag');
await _observeProperty('volume', 'double');
await _observeProperty('speed', 'double');
await _observeProperty('aid', 'string');
await _observeProperty('sid', 'string');
} catch (e) {