README: loop -> loop_playlist

This commit is contained in:
jaseg 2017-08-23 09:07:47 +02:00
parent 2ca5c7b9c8
commit 1942078389

View file

@ -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'