добавлено полное апи sonarr

This commit is contained in:
Kayashov.SM
2025-09-29 23:10:33 +04:00
parent 3eed7336a5
commit 2952be5ca3
8 changed files with 139 additions and 74 deletions

View File

@@ -12,6 +12,8 @@ const Home = () => {
const [tv, setTv] = useState([]);
const {addToast} = useToast();
// На будущую реализацию удаления
// api/v3/movie/68?deleteFiles=true&addImportExclusion=false
useEffect(() => {
setLoadingMovies(true);
setLoadingTv(true);