File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/java/dev/lavalink/youtube/clients/skeleton Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ protected JsonBrowser loadTrackInfoFromInnertube(@NotNull YoutubeAudioSourceMana
119119 // An exception will be thrown if we can't handle it.
120120 if (playabilityStatus == PlayabilityStatus .NON_EMBEDDABLE ) {
121121 if (isEmbedded ()) {
122- throw new FriendlyException ("Loading information for for video failed" , Severity .COMMON ,
122+ throw new FriendlyException ("Loading information for video failed" , Severity .COMMON ,
123123 new RuntimeException ("Non-embeddable video cannot be loaded by embedded client" ));
124124 }
125125
@@ -130,7 +130,7 @@ protected JsonBrowser loadTrackInfoFromInnertube(@NotNull YoutubeAudioSourceMana
130130 JsonBrowser videoDetails = json .get ("videoDetails" );
131131
132132 if (videoDetails .isNull ()) {
133- throw new FriendlyException ("Loading information for for video failed" , Severity .SUSPICIOUS ,
133+ throw new FriendlyException ("Loading information for video failed" , Severity .SUSPICIOUS ,
134134 new RuntimeException ("Missing videoDetails block, JSON: " + json .format ()));
135135 }
136136
You can’t perform that action at this time.
0 commit comments