Skip to content

Commit

Permalink
very important change
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLARLEY authored Feb 26, 2024
1 parent e1e06a9 commit c89ed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ def hanldebutton(self):
self.listView.selectedItems()[0].setForeground(Qt.lightGray)

pool = QThreadPool.globalInstance()
worker = Worker(mpd, pssh, lic, wid)
worker = Worker(mpd_url, pssh, lic, wid)
worker.signals.completed.connect(self.main.complete)
worker.signals.started.connect(self.main.start)
worker.signals.progress.connect(self.main.progress)
Expand Down

0 comments on commit c89ed85

Please sign in to comment.