fix(MediaInfo): Remove unused parameters from toDash method

This commit is contained in:
Luan
2025-07-18 08:20:54 -03:00
parent c16feee065
commit 3fcf987aec

View File

@@ -104,8 +104,6 @@ export default class MediaInfo {
async toDash(options: {
url_transformer?: URLTransformer;
format_filter?: FormatFilter;
include_thumbnails?: boolean;
captions_format?: string;
manifest_options?: DashOptions;
} = {}): Promise<string> {
const player_response = this.#page[0];