Starts the radio after the current song without deleting the current stream

This commit is contained in:
CappielloAntonio 2022-01-14 16:05:44 +01:00
parent 68673030a4
commit 075b4ce915

View file

@ -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