diff --git a/mopidy/frontends/http/__init__.py b/mopidy/frontends/http/__init__.py index 59c867d8..cfe8c46a 100644 --- a/mopidy/frontends/http/__init__.py +++ b/mopidy/frontends/http/__init__.py @@ -229,7 +229,7 @@ Once your Mopidy.js object has connected to the Mopidy server and emits the .. code-block:: js - mopidy.on("state:online", function () [ + mopidy.on("state:online", function () { mopidy.playback.next(); });