1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-03-01 18:07:41 +01:00

Fixed Jukebox start bug

This commit is contained in:
Nite 2020-09-03 16:05:38 +02:00
parent bda0b61459
commit 6beb1ae42e
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1

View File

@ -319,8 +319,9 @@ public class JukeboxMediaPlayer
public void setEnabled(boolean enabled)
{
tasks.clear();
this.enabled = enabled;
tasks.clear();
if (enabled)
{
updatePlaylist();