summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'