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:
parent
a8c34cd380
commit
8fc0f28b2f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue