Skip to content

Commit

Permalink
Update DeezerAudioTrack.java
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 authored Apr 18, 2024
1 parent 1b9b225 commit 75bd5e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private SourceWithFormat(String url, String format, long contentLength) throws U
}

public URI getUrl() {
return this.url
return this.url;
}

public String getFormat() {
Expand Down

0 comments on commit 75bd5e7

Please sign in to comment.