mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Also enable it for music libraries
This commit is contained in:
@@ -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
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user