summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-08-23 09:07:47 +0200
committerjaseg <code@jaseg.net>2017-08-23 09:07:47 +0200
commit1942078389d5035041b552b936fd2c7205eb2a6f (patch)
tree0dc44c199227f5c519103d5cc3671d839bc96063 /README.rst
parent2ca5c7b9c88960994a9b1494f46bd01c0388a21f (diff)
downloadpython-mpv-1942078389d5035041b552b936fd2c7205eb2a6f.tar.gz
python-mpv-1942078389d5035041b552b936fd2c7205eb2a6f.tar.bz2
python-mpv-1942078389d5035041b552b936fd2c7205eb2a6f.zip
README: loop -> loop_playlist
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 16f4f48..30a518f 100644
--- a/README.rst
+++ b/README.rst
@@ -81,7 +81,7 @@ Advanced Usage
print('Now playing at {:.2f}s'.format(value))
player.fullscreen = True
- player.loop = 'inf'
+ player.loop_playlist = 'inf'
# Option access, in general these require the core to reinitialize
player['vo'] = 'opengl'