mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
fix(MediaInfo): Remove unused parameters from toDash method
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user