Fix play with mplayer
This commit is contained in:
parent
6bf9330b62
commit
b30f2d5cc3
@ -1421,10 +1421,10 @@ class PlaylistTab(QTableWidget):
|
||||
)
|
||||
return
|
||||
|
||||
cmd_list = ['gmplayer', '-vc', 'null', '-vo', 'null', track_path]
|
||||
thread = threading.Thread(
|
||||
target=self._run_subprocess, args=(cmd_list,))
|
||||
thread.start()
|
||||
cmd_list = ['gmplayer', '-vc', 'null', '-vo', 'null', track_path]
|
||||
thread = threading.Thread(
|
||||
target=self._run_subprocess, args=(cmd_list,))
|
||||
thread.start()
|
||||
|
||||
def _open_in_audacity(self, row_number: int) -> None:
|
||||
"""Open track in Audacity. Audacity must be already running"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user