Fix the 'in_library' filtering (right this time)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 20 Dec 2025 16:34:53 +0000 (17:34 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 20 Dec 2025 16:34:53 +0000 (17:34 +0100)
commitbc56e22197ec7a8009c7479565adf64a18622032
treedb61ccd25db06aabfa48c81a5fb3229cf7c2f61a
parentd34a701a73b79a1dbddca8cc849036d66a340e47
Fix the 'in_library' filtering (right this time)

Prevent that library listings include child/parent mappings that got included from streaming providers
music_assistant/controllers/media/albums.py
music_assistant/controllers/media/artists.py
music_assistant/controllers/media/audiobooks.py
music_assistant/controllers/media/base.py
music_assistant/controllers/media/podcasts.py
music_assistant/controllers/media/tracks.py
music_assistant/controllers/music.py
music_assistant/models/music_provider.py
music_assistant/providers/filesystem_local/__init__.py