Skip to content

Commit

Permalink
Merge pull request #137 from ZeusWPI/fix-urgent
Browse files Browse the repository at this point in the history
Fix urgent.fm
  • Loading branch information
niknetniko authored Mar 5, 2017
2 parents 7e7defb + bba59cd commit 2234e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private UrlTask(Consumer<String> consumer) {
@Override
protected String doInBackground(Void... voids) {
try {
return new UrgentUrlRequest().performRequest();
return new UrgentUrlRequest().performRequest() + ".mp3";
} catch (RequestFailureException e) {
Log.w(TAG, "Error while getting url: ", e);
return null;
Expand Down

0 comments on commit 2234e57

Please sign in to comment.