feat: update media filter to support multiple series names and enhance library item fetching
This commit is contained in:
@@ -49,7 +49,7 @@ export function useGenres(contentType?: string) {
|
||||
* Pass `enabled: false` until the user explicitly requests a preview.
|
||||
*/
|
||||
export function useLibraryItems(
|
||||
filter: Pick<MediaFilter, "content_type" | "series_name" | "collections" | "search_term" | "genres"> | null,
|
||||
filter: Pick<MediaFilter, "content_type" | "series_names" | "collections" | "search_term" | "genres"> | null,
|
||||
enabled: boolean,
|
||||
) {
|
||||
const { token } = useAuthContext();
|
||||
|
||||
Reference in New Issue
Block a user