Update API config imports

This commit is contained in:
Nikhil Nawgiri 2024-10-26 16:54:01 +02:00
parent a4f7a70d10
commit 195484b42e

View file

@ -1,6 +1,6 @@
import fetch from "node-fetch";
import { API_BASE, API_TOKEN } from "../config";
import { API_BASE, API_TOKEN } from "../config.ts";
const API_ENDPOINT_WITH_PARAMS = "/Items?isMovie=true&isSeries=true&recursive=true&fields=ProviderIds&filters=&mediaTypes=Video&enableTotalRecordCount=true&enableImages=false";
const API_URL = API_BASE + API_ENDPOINT_WITH_PARAMS;