Fix spotify playback (#269)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 26 Apr 2022 10:49:18 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Apr 2022 10:49:18 +0000 (12:49 +0200)
commitff3559d952b36b75e30e42daecb3a35f8f2a8969
tree550594efbe0f64a679c1e90d195b143f3cda217f
parent684aa72b0008a1159de3a9f61dfdf38a4752e8b0
Fix spotify playback (#269)

* Fix Spotify playback issues

* add check if cache dir still exists
17 files changed:
music_assistant/controllers/stream.py
music_assistant/helpers/process.py
music_assistant/providers/spotify/__init__.py
music_assistant/providers/spotify/librespot/linux/librespot-aarch64 [new file with mode: 0755]
music_assistant/providers/spotify/librespot/linux/librespot-arm [new file with mode: 0755]
music_assistant/providers/spotify/librespot/linux/librespot-armhf [new file with mode: 0755]
music_assistant/providers/spotify/librespot/linux/librespot-armv7 [new file with mode: 0755]
music_assistant/providers/spotify/librespot/linux/librespot-x86_64 [new file with mode: 0755]
music_assistant/providers/spotify/librespot/osx/librespot [new file with mode: 0755]
music_assistant/providers/spotify/librespot/windows/librespot.exe [new file with mode: 0755]
music_assistant/providers/spotify/spotty/linux/spotty-aarch64 [deleted file]
music_assistant/providers/spotify/spotty/linux/spotty-arm [deleted file]
music_assistant/providers/spotify/spotty/linux/spotty-armhf [deleted file]
music_assistant/providers/spotify/spotty/linux/spotty-armv7 [deleted file]
music_assistant/providers/spotify/spotty/linux/spotty-x86_64 [deleted file]
music_assistant/providers/spotify/spotty/osx/spotty [deleted file]
music_assistant/providers/spotify/spotty/windows/spotty.exe [deleted file]