summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv.py b/mpv.py
index 71f2ee7..0fa43a2 100644
--- a/mpv.py
+++ b/mpv.py
@@ -525,7 +525,7 @@ ALL_PROPERTIES = {
'avsync': (float, 'r'),
'total-avsync-change': (float, 'r'),
'drop-frame-count': (int, 'r'),
- 'percent-pos': (int, 'rw'),
+ 'percent-pos': (float, 'rw'),
'ratio-pos': (float, 'rw'),
'time-pos': (float, 'rw'),
'time-start': (float, 'r'),