mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
fix: Avoid showing radio stream URL in Artist field of TrackInfoDialog
This commit is contained in:
parent
1a70ccd8f4
commit
6e070dfef0
5 changed files with 43 additions and 12 deletions
|
|
@ -140,7 +140,6 @@ public class MappingUtil {
|
|||
Bundle bundle = new Bundle();
|
||||
bundle.putString("id", internetRadioStation.getId());
|
||||
bundle.putString("title", internetRadioStation.getName());
|
||||
bundle.putString("artist", uri.toString());
|
||||
bundle.putString("uri", uri.toString());
|
||||
bundle.putString("type", Constants.MEDIA_TYPE_RADIO);
|
||||
|
||||
|
|
@ -149,7 +148,6 @@ public class MappingUtil {
|
|||
.setMediaMetadata(
|
||||
new MediaMetadata.Builder()
|
||||
.setTitle(internetRadioStation.getName())
|
||||
.setArtist(internetRadioStation.getStreamUrl())
|
||||
.setExtras(bundle)
|
||||
.setIsBrowsable(false)
|
||||
.setIsPlayable(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue