Skip to content

Commit

Permalink
Status update
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Jul 23, 2019
1 parent 3ac135d commit bcdfb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ class MainWindow(wx.Frame):
else: # Not playing
self.time_bar.SetValue(0)
self.time_label.SetLabel('Stop')
self.player_status = self.player_state_parse(self.player.get_state())
self.switch_to_zad()

if self.grid.GetCellBackgroundColour(self.current_playing_row, 0) != Colors.ROW_SKIPPED:
Expand Down

0 comments on commit bcdfb98

Please sign in to comment.