Skip to content

Commit ebe43b4

Browse files
committed
fixup: formatting
1 parent f2e8d18 commit ebe43b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeMusicSongOrVideoInfoItemExtractor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ public String getPlaylistUrl() throws ParsingException {
189189
.getString("pageType");
190190

191191
if (type != null && type.equals("MUSIC_PAGE_TYPE_ALBUM")) {
192-
return "https://music.youtube.com/browse/" + browseEndpoint.getString("browseId");
192+
return "https://music.youtube.com/browse/"
193+
+ browseEndpoint.getString("browseId");
193194
}
194195
}
195196
}

0 commit comments

Comments
 (0)