Remove double ampersand in last track header
This commit is contained in:
parent
f3a5ed2e72
commit
6d48bcc9d0
@ -1784,8 +1784,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
|
||||
if self.previous_track.title and self.previous_track.artist:
|
||||
self.hdrPreviousTrack.setText(
|
||||
f"{self.previous_track.title.replace('&', '&&')} - "
|
||||
f"{self.previous_track.artist.replace('&', '&&')}"
|
||||
f"{self.previous_track.title} - {self.previous_track.artist}"
|
||||
)
|
||||
else:
|
||||
self.hdrPreviousTrack.setText("")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user