Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ class MainWindow(wx.Frame):
except IndexError:
self.player_status = _(u'Nothing to play for %s%s') % ('№', num)
return
self.play_pause_bg(play=False)
self.play_pause_bg(play=False) # self.bg_player.pause_async() affects self.player.play() in sound
self.player.set_media(self.vlc_instance.media_new(file_path))

if not sound_only:
Expand Down