Enabled febbox subtitles

This commit is contained in:
mrjvs
2024-01-17 18:18:08 +01:00
parent 528e2774b5
commit 327ba025c2
2 changed files with 4 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
import { describe, expect, it } from "vitest";
import { testSource } from "./providerUtils";
import { lookmovieScraper } from "@/providers/sources/lookmovie";
import { testMedia } from "./testMedia";
import { showboxScraper } from "@/providers/sources/showbox";
// TODO add embed testing
testSource({
source: lookmovieScraper,
testSuite: [testMedia.arcane, testMedia.hamilton],