Also enable it for music libraries

This commit is contained in:
Shadowghost
2026-05-29 21:55:38 +02:00
parent a9c233bb3b
commit 0db393c339
@@ -150,6 +150,10 @@ const FilterButton: FC<FilterButtonProps> = ({
viewType === LibraryTab.Movies
|| viewType === LibraryTab.Series
|| viewType === LibraryTab.Books
|| viewType === LibraryTab.Albums
|| viewType === LibraryTab.AlbumArtists
|| viewType === LibraryTab.Artists
|| viewType === LibraryTab.Songs
);
};