diff --git a/play-dl/index.ts b/play-dl/index.ts index f631c9b..8c3f16f 100644 --- a/play-dl/index.ts +++ b/play-dl/index.ts @@ -77,7 +77,7 @@ import { EventEmitter } from 'stream'; async function stream( url: string, - options: { seek?: number; seekMode?: 'precise' | 'granular' } & StreamOptions + options: { seek?: number } & StreamOptions ): Promise; async function stream(url: string, options?: StreamOptions): Promise; /** @@ -89,13 +89,8 @@ async function stream(url: string, options?: StreamOptions): Promise