Various small glitches resolved (#548)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 19 Mar 2023 01:30:49 +0000 (02:30 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 01:30:49 +0000 (02:30 +0100)
commit492afb6b70f52dadcddc5e4eb59d2cde18090069
tree387dd555fff514694c43d33f7c70378ee4267d6b
parentb9ee42007b04cc24420e5bdcf853967662b556b5
Various small glitches resolved (#548)
21 files changed:
music_assistant/common/models/config_entries.py
music_assistant/constants.py
music_assistant/server/controllers/config.py
music_assistant/server/controllers/media/playlists.py
music_assistant/server/controllers/media/tracks.py
music_assistant/server/controllers/streams.py
music_assistant/server/helpers/audio.py
music_assistant/server/models/provider.py
music_assistant/server/providers/chromecast/__init__.py
music_assistant/server/providers/filesystem_local/base.py
music_assistant/server/providers/frontend/manifest.json
music_assistant/server/providers/json_rpc/__init__.py [deleted file]
music_assistant/server/providers/json_rpc/manifest.json [deleted file]
music_assistant/server/providers/json_rpc/models.py [deleted file]
music_assistant/server/providers/lms_cli/__init__.py [new file with mode: 0644]
music_assistant/server/providers/lms_cli/manifest.json [new file with mode: 0644]
music_assistant/server/providers/lms_cli/models.py [new file with mode: 0644]
music_assistant/server/providers/slimproto/__init__.py
music_assistant/server/providers/slimproto/manifest.json
music_assistant/server/providers/sonos/__init__.py
requirements_all.txt