docs: Fix syntax error in example
This commit is contained in:
parent
4122bd6639
commit
fe2adfae73
@ -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();
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user