Added some shit that happens in update_info() when there is no playing track.
This commit is contained in:
parent
2388caa370
commit
1b69321c05
1 changed files with 6 additions and 0 deletions
|
@ -88,4 +88,10 @@ class TrackInfo(QToolBar):
|
|||
else:
|
||||
self.track_cover.setPixmap(self.wobuzz_logo)
|
||||
|
||||
else:
|
||||
self.title.setText("No Playing Track")
|
||||
self.artist.setText("")
|
||||
self.album.setText("")
|
||||
self.track_cover.setPixmap(self.wobuzz_logo)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue