mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 21:00:55 +03:00
Merge branch 'nitehu-fix/jukebox' into develop
This commit is contained in:
commit
a288a0e3de
@ -319,8 +319,9 @@ public class JukeboxMediaPlayer
|
||||
|
||||
public void setEnabled(boolean enabled)
|
||||
{
|
||||
tasks.clear();
|
||||
this.enabled = enabled;
|
||||
|
||||
tasks.clear();
|
||||
if (enabled)
|
||||
{
|
||||
updatePlaylist();
|
||||
|
Loading…
x
Reference in New Issue
Block a user