remove zip-version with old files, updated readme to point to github-zip
This commit is contained in:
parent
879bc3dc67
commit
bf085dcf7c
Binary file not shown.
@ -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 <https://github.com/woutervanwijk/Mopidy-Webclient/archive/9d69aa7d751e5e429ec4a81edc5592d456757d96.zip>`_
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user