Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Dec 1, 2023
1 parent 189d348 commit 6913a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def create_action(self, name, callback, shortcuts=None):

def do_shutdown(self):
track = self.win.player_object.playing_track
list_ = self.win.player_object.current_mix_album
list_ = self.win.player_object.current_mix_album_playlist
if track and list_:
track_id = track.id
list_id = list_.id
Expand Down

0 comments on commit 6913a10

Please sign in to comment.