Skip to content

Commit

Permalink
fix: null checking
Browse files Browse the repository at this point in the history
  • Loading branch information
CappielloAntonio committed May 25, 2024
1 parent f6578af commit 263d9eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public static MediaItem mapInternetRadioStation(InternetRadioStation internetRad
.setExtras(bundle)
.build()
)
.setMimeType(MimeTypes.BASE_TYPE_AUDIO)
// .setMimeType(MimeTypes.BASE_TYPE_AUDIO)
.setUri(uri)
.build();
}
Expand Down

0 comments on commit 263d9eb

Please sign in to comment.