Skip to content

Commit 73adf83

Browse files
committed
fixup: formatting (again) tabs
1 parent ebe43b4 commit 73adf83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +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/"
193-
+ browseEndpoint.getString("browseId");
192+
return "https://music.youtube.com/browse/"
193+
+ browseEndpoint.getString("browseId");
194194
}
195195
}
196196
}

0 commit comments

Comments
 (0)