diff --git a/components/library/TVLibraries.tsx b/components/library/TVLibraries.tsx index b98ffa09..d7e445a0 100644 --- a/components/library/TVLibraries.tsx +++ b/components/library/TVLibraries.tsx @@ -254,7 +254,9 @@ export const TVLibraries: React.FC = () => { () => userViews ?.filter((l) => !settings?.hiddenLibraries?.includes(l.Id!)) - .filter((l) => l.CollectionType !== "books") || [], + .filter((l) => l.CollectionType !== "books") + .filter((l) => l.CollectionType !== "music") + .filter((l) => l.CollectionType !== "playlists") || [], [userViews, settings?.hiddenLibraries], );