mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +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 -> {
|
bind.innerButtonBottomLeft.setOnClickListener(view -> {
|
||||||
MediaManager.startQueue(mediaBrowserListenableFuture, requireContext(), song);
|
|
||||||
|
|
||||||
SongRepository songRepository = new SongRepository(App.getInstance());
|
SongRepository songRepository = new SongRepository(App.getInstance());
|
||||||
songRepository.getInstantMix(song, 20, new MediaCallback() {
|
songRepository.getInstantMix(song, 20, new MediaCallback() {
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue