Add basic download support on the web

This commit is contained in:
Zoe Roux
2023-12-19 14:09:21 +01:00
parent 213d5b74b5
commit 883f39e4b5
4 changed files with 50 additions and 2 deletions
@@ -27,7 +27,7 @@ import Download from "@material-symbols/svg-400/rounded/download.svg";
import { WatchStatusV, queryFn, useAccount } from "@kyoo/models";
import { useMutation, useQueryClient } from "@tanstack/react-query";
import { watchListIcon } from "./watchlist-info";
import { useDownloader } from "../downloads/state";
import { useDownloader } from "../downloads";
import { Platform } from "react-native";
import { useYoshiki } from "yoshiki/native";