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 f98ef94 commit a6d4f15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 a6d4f15

Please sign in to comment.