mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Starts the radio after the current song without deleting the current stream
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user