Made the first track have the play mark on start.
This commit is contained in:
parent
35f5bd9efb
commit
29f86e2196
2 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,6 @@ class Player:
|
|||
|
||||
self.track_progress = TrackProgress(self.app)
|
||||
|
||||
playlists = []
|
||||
self.current_playlist = Playlist(self.app, "None")
|
||||
|
||||
self.playing = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue