Update API config imports
This commit is contained in:
parent
a4f7a70d10
commit
195484b42e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue