diff options
author | jaseg <code@jaseg.net> | 2017-08-23 09:07:47 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-08-23 09:07:47 +0200 |
commit | 1942078389d5035041b552b936fd2c7205eb2a6f (patch) | |
tree | 0dc44c199227f5c519103d5cc3671d839bc96063 | |
parent | 2ca5c7b9c88960994a9b1494f46bd01c0388a21f (diff) | |
download | python-mpv-1942078389d5035041b552b936fd2c7205eb2a6f.tar.gz python-mpv-1942078389d5035041b552b936fd2c7205eb2a6f.tar.bz2 python-mpv-1942078389d5035041b552b936fd2c7205eb2a6f.zip |
README: loop -> loop_playlist
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |