mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:35:08 +01:00
add some todos
This commit is contained in:
parent
5967c83d28
commit
cf83df64bb
@ -5,6 +5,7 @@ import { initializeScraperStore } from "./helpers/register";
|
||||
// - hooks to run all providers one by one
|
||||
// - move over old providers to new system
|
||||
// - implement jons providers/embedscrapers
|
||||
// - show/episode support
|
||||
|
||||
// providers
|
||||
// -- nothing here yet
|
||||
|
@ -60,6 +60,7 @@ export function MediaView() {
|
||||
const [stream, setStream] = useState<MWStream | null>(null);
|
||||
|
||||
useEffect(() => {
|
||||
// TODO handle errors
|
||||
(async () => {
|
||||
const [t, id] = params.media.split("-", 2);
|
||||
const type = JWMediaToMediaType(t);
|
||||
@ -68,7 +69,6 @@ export function MediaView() {
|
||||
})();
|
||||
}, [setMeta, params]);
|
||||
|
||||
// TODO not found checks
|
||||
// TODO watched store
|
||||
// TODO scrape loading state
|
||||
// TODO error page with video header
|
||||
|
Loading…
Reference in New Issue
Block a user