Skip to content

Commit

Permalink
fix(Spoof Streaming Data): Video length may not available
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Dec 22, 2024
1 parent 10747f5 commit cf07a26
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public static long getApproxDurationMs(String videoId) {
final Long approxDurationMs = approxDurationMsMap.get(videoId);
if (approxDurationMs != null) {
Logger.printDebug(() -> "Replacing video length: " + approxDurationMs + " for videoId: " + videoId);
approxDurationMsMap.remove(videoId);
return approxDurationMs;
}
}
Expand Down

0 comments on commit cf07a26

Please sign in to comment.