fucking work damn it
This commit is contained in:
parent
1e8b7655b6
commit
77cd6563dc
@ -1952,7 +1952,7 @@ class gui(QtGui.QWidget):
|
||||
BASS_ChannelPlay(self.sound, True)
|
||||
|
||||
def playMusic(self, mus):
|
||||
if not mus.endswith(".mp3") and "MUSIC START" in self.musiclist: #vidya workaround
|
||||
if not mus.endswith(".mp3") and "===MUSIC START===.mp3" in self.musiclist: #vidya workaround
|
||||
mus += ".mp3"
|
||||
|
||||
if self.music:
|
||||
|
Loading…
Reference in New Issue
Block a user