Skip to content

Commit ae2b8b3

Browse files
committed
redundant 'URL'
1 parent be8f7c8 commit ae2b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/dev/lavalink/youtube/cipher/SignatureCipherManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private CachedPlayerScript getPlayerScript(@NotNull HttpInterface httpInterface)
177177
if (scriptUrl.contains("/player_ias_tce.vflset/")) {
178178
// TODO: tce player scripts need proper support
179179
// see https://github.com/yt-dlp/yt-dlp/issues/12398
180-
log.debug("jsUrl URL points to tce-variant player script, rewriting to non-tce.");
180+
log.debug("jsUrl points to tce-variant player script, rewriting to non-tce.");
181181
scriptUrl = scriptUrl.replace("/player_ias_tce.vflset/", "/player_ias.vflset/");
182182
}
183183

0 commit comments

Comments
 (0)