mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Some playlist and seek fixes
This commit is contained in:
@@ -85,7 +85,7 @@ export class WebmSeeker extends Duplex {
|
||||
break;
|
||||
} else continue;
|
||||
}
|
||||
if (position === 0) return Error('Failed to find Cluster Position');
|
||||
if (position === 0) return new Error('Failed to find Cluster Position');
|
||||
else return position;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user