mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Starts the radio after the current song without deleting the current stream
This commit is contained in:
parent
68673030a4
commit
075b4ce915
1 changed files with 0 additions and 2 deletions
|
|
@ -112,8 +112,6 @@ public class PlayerCoverFragment extends Fragment {
|
|||
);
|
||||
|
||||
bind.innerButtonBottomLeft.setOnClickListener(view -> {
|
||||
MediaManager.startQueue(mediaBrowserListenableFuture, requireContext(), song);
|
||||
|
||||
SongRepository songRepository = new SongRepository(App.getInstance());
|
||||
songRepository.getInstantMix(song, 20, new MediaCallback() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue