A collection of small bugfixes and tweaks (#1305)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 14 May 2024 18:48:50 +0000 (20:48 +0200)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 18:48:50 +0000 (20:48 +0200)
commit1e9745b5127ebb935b0ab672be321d374fcb97b7
tree5e28e7bd4c304848a40c61cccec73d846f489a86
parente4001f7ca768ca0b4a3cbba14e66d509603664c8
A collection of small bugfixes and tweaks (#1305)

* Fix paged listings total

* Precache album tracks

* Speedup playlist track listings

* Fix random sort for builtin playlists

* Fix local images on Jellfyin

they are considered as not remotely accessible

* catch parse errors in jellyfin

* Fix typo

* Fix browse feature
music_assistant/common/models/media_items.py
music_assistant/server/controllers/media/albums.py
music_assistant/server/controllers/media/artists.py
music_assistant/server/controllers/media/base.py
music_assistant/server/controllers/music.py
music_assistant/server/models/music_provider.py
music_assistant/server/providers/builtin/__init__.py
music_assistant/server/providers/jellyfin/__init__.py
music_assistant/server/providers/radiobrowser/__init__.py