1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fixed play next song action.

This commit is contained in:
Joe R 2023-08-12 20:27:07 -04:00
parent a8c34cd380
commit 8fc0f28b2f

View file

@ -888,7 +888,7 @@ class PysolMenubar(PysolMenubarTk):
def mPlayNextMusic(self, *args):
if self._cancelDrag(break_pause=False):
return
if (self.app.audio and self.app.music and
if (self.app.audio and self.app.opt.music and
self.app.opt.sound_music_volume > 0):
self.app.audio.playNextMusic()
if 1 and DEBUG: