feat: update Aniwatch provider to include headers

This commit is contained in:
2025-04-08 08:41:57 -04:00
parent d1306f06ba
commit 00720565b4
3 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
import { aniList } from "~/consumet";
import { sortByProperty } from "~/libs/sortByProperty";
import type { FetchUrlResponse } from "~/types/episode/fetch-url-response";
import { qualityPriority, subtitlesPriority } from "./priorities";
import type { FetchUrlResponse } from "./responseType";
export async function getSourcesFromConsumet(
watchId: string,