fix: missing tracks on Windows

This commit is contained in:
edde746
2025-12-09 16:19:44 +01:00
parent 32dab8953b
commit ac3f7a0b1d
+1 -1
View File
@@ -317,7 +317,7 @@ class PlayerNative implements Player {
await _observeProperty('paused-for-cache', 'flag');
await _observeProperty(
'track-list',
Platform.isAndroid ? 'string' : 'node',
(Platform.isAndroid || Platform.isWindows) ? 'string' : 'node',
);
await _observeProperty('eof-reached', 'flag');
await _observeProperty('volume', 'double');