mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 10:43:25 +00:00
Fix parameter type in getVideoSources function
This commit is contained in:
@@ -3,7 +3,7 @@ import { ScrapeContext } from '@/utils/context';
|
||||
|
||||
import { StreamsDataResult } from './type';
|
||||
|
||||
export async function getVideoSources(ctx: ScrapeContext, id: any, media: MovieMedia | ShowMedia): Promise<any> {
|
||||
export async function getVideoSources(ctx: ScrapeContext, id: string, media: MovieMedia | ShowMedia): Promise<any> {
|
||||
// Fetch video sources
|
||||
|
||||
let path = '';
|
||||
|
Reference in New Issue
Block a user