diff --git a/lib/mpv/player/player_native.dart b/lib/mpv/player/player_native.dart index 85874f31..e129ade3 100644 --- a/lib/mpv/player/player_native.dart +++ b/lib/mpv/player/player_native.dart @@ -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) {