mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-10 08:38:17 -05:00
feat: plex watchlist sync integration (#2885)
This commit is contained in:
@@ -10,7 +10,7 @@ interface SliderProps {
|
||||
sliderKey: string;
|
||||
items?: JSX.Element[];
|
||||
isLoading: boolean;
|
||||
isEmpty: boolean;
|
||||
isEmpty?: boolean;
|
||||
emptyMessage?: string;
|
||||
placeholder?: React.ReactNode;
|
||||
}
|
||||
@@ -24,7 +24,7 @@ const Slider = ({
|
||||
sliderKey,
|
||||
items,
|
||||
isLoading,
|
||||
isEmpty,
|
||||
isEmpty = false,
|
||||
emptyMessage,
|
||||
placeholder = <TitleCard.Placeholder />,
|
||||
}: SliderProps) => {
|
||||
|
||||
Reference in New Issue
Block a user