Skip to content

Commit

Permalink
add isrc to soundcloud (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 authored Nov 23, 2023
1 parent 2777c28 commit 54eea40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public AudioTrackInfo readTrackInfo(JsonBrowser trackData, String identifier) {
false,
trackData.get("permalink_url").text(),
ThumbnailTools.getSoundCloudThumbnail(trackData),
null
trackData.get("publisher_metadata").get("isrc").text()
);
}

Expand Down

0 comments on commit 54eea40

Please sign in to comment.