Skip to content

Commit e60639d

Browse files
get queue element fixed for nt
1 parent c6209dc commit e60639d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kawaii_player/kawaii_player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10505,7 +10505,7 @@ def getQueueInList(self):
1050510505

1050610506
epnShowN = '"'+epnShow.replace('"', '')+'"'
1050710507
command = self.mplayermpv_command(idw, epnShowN, Player, a_id=audio_id, s_id=sub_id)
10508-
if self.mpvplayer_val.processId() > 0 and not self.epn_wait_thread.isRunning():
10508+
if self.mpvplayer_val.processId() > 0 and not self.epn_wait_thread.isRunning() and OSNAME == 'posix':
1050910509
epnShow = '"'+epnShow.replace('"', '')+'"'
1051010510
t2 = bytes('\n '+"loadfile "+epnShow+" replace"+' \n', 'utf-8')
1051110511

0 commit comments

Comments
 (0)