mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat: plex watchlist sync integration (#2885)
This commit is contained in:
8
src/pages/discover/watchlist.tsx
Normal file
8
src/pages/discover/watchlist.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { NextPage } from 'next';
|
||||
import DiscoverWatchlist from '../../components/Discover/DiscoverWatchlist';
|
||||
|
||||
const WatchlistPage: NextPage = () => {
|
||||
return <DiscoverWatchlist />;
|
||||
};
|
||||
|
||||
export default WatchlistPage;
|
||||
Reference in New Issue
Block a user