|
@ -157,10 +157,16 @@ public class RadioPlayer implements Device { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public String chooseOption() { |
|
|
|
|
|
|
|
|
public String chooseItem(int itemNr) { |
|
|
return null; |
|
|
return null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public String getItemList() { |
|
|
|
|
|
return null; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public String play() { |
|
|
public String play() { |
|
|
if (regionPlaylist.contains(playedStation)) |
|
|
if (regionPlaylist.contains(playedStation)) |
|
|