diff --git a/MopidyWebclientFor0.11(no_search).zip b/MopidyWebclientFor0.11(no_search).zip deleted file mode 100644 index 82ae200..0000000 Binary files a/MopidyWebclientFor0.11(no_search).zip and /dev/null differ diff --git a/README.rst b/README.rst index b64de1e..8eb65a0 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,9 @@ Development =========== Note: this Git-version is under heavy development! As Mopidy changes, this client changes as well. It tries to follow the development-branch of Mopidy for now, so update Mopidy as you update the client. -If you use older versions of Mopidy, you can try a Zip-file with the correct version. +If you use an older version of Mopidy, you can try this: +`0.11.x `_ Installation ============ diff --git a/webclient/js/gui.js b/webclient/js/gui.js index fa5fafe..0bc5754 100755 --- a/webclient/js/gui.js +++ b/webclient/js/gui.js @@ -315,6 +315,8 @@ function updateStatusOfAll() { mopidy.playback.getRepeat().then(processRepeat, console.error); mopidy.playback.getRandom().then(processRandom, console.error); + + //TODO check offline? } function initSocketevents() {