try fix jukebox
This commit is contained in:
parent
e562c3b459
commit
1f208ec7e5
@ -226,13 +226,13 @@ public class JukeboxManager implements SmartInitializingSingleton {
|
|||||||
}
|
}
|
||||||
if (disable) {
|
if (disable) {
|
||||||
logger.debug("no device, try to start playback!");
|
logger.debug("no device, try to start playback!");
|
||||||
tryStartPlayback();
|
tryStartPlayback(config.getFallbackContextId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return status;
|
return status;
|
||||||
} else {
|
} else {
|
||||||
logger.debug("no device, try to start playback!");
|
logger.debug("no device, try to start playback!");
|
||||||
tryStartPlayback();
|
tryStartPlayback(config.getFallbackContextId());
|
||||||
}
|
}
|
||||||
|
|
||||||
return JsonNull.INSTANCE;
|
return JsonNull.INSTANCE;
|
||||||
|
Loading…
Reference in New Issue
Block a user