Skip to content

Commit

Permalink
fix null tracks being added in yandex music albums
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 31, 2023
1 parent 75bf061 commit 5864c92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ private AudioItem getAlbum(String id) throws IOException {
if (parsedTrack != null) {
tracks.add(parsedTrack);
}
tracks.add(parsedTrack);
}
}
if (tracks.isEmpty()) {
Expand Down

0 comments on commit 5864c92

Please sign in to comment.