@@ -10515,8 +10515,8 @@ def _show_stations_history_playlist_modified(self):
1051510515 callback_function=self.refreshBody)
1051610516
1051710517 def _show_no_station_history_notification(self):
10518+ msg = M_STRINGS['hist-empty']
1051810519 if self._limited_height_mode or self._limited_width_mode:
10519- msg = M_STRINGS['hist-empty']
1052010520 if self.player.isPlaying():
1052110521 self.log.write(msg_id=STATES.ANY, msg=msg)
1052210522 self.player.threadUpdateTitle()
@@ -10526,8 +10526,8 @@ def _show_no_station_history_notification(self):
1052610526 self._show_delayed_notification('___' + msg + '___')
1052710527
1052810528 def _show_first_station_history_notification(self):
10529+ msg = M_STRINGS['hist-first']
1052910530 if self._limited_height_mode or self._limited_width_mode:
10530- msg = M_STRINGS['hist-first']
1053110531 if self.player.isPlaying():
1053210532 self.log.write(msg_id=STATES.ANY, msg=msg)
1053310533 self.player.threadUpdateTitle()
@@ -10537,8 +10537,8 @@ def _show_first_station_history_notification(self):
1053710537 self._show_delayed_notification('___' + msg + '___')
1053810538
1053910539 def _show_last_station_history_notification(self):
10540+ msg = M_STRINGS['hist-last']
1054010541 if self._limited_height_mode or self._limited_width_mode:
10541- msg = M_STRINGS['hist-last']
1054210542 if self.player.isPlaying():
1054310543 self.log.write(msg_id=STATES.ANY, msg=msg)
1054410544 self.player.threadUpdateTitle()
0 commit comments