Don't close when track playing; mark as played in playlist
This commit is contained in:
parent
c61df17dd5
commit
6496ea2ac4
@ -168,6 +168,7 @@ class PlaylistRow:
|
|||||||
|
|
||||||
@played.setter
|
@played.setter
|
||||||
def played(self, value: bool) -> None:
|
def played(self, value: bool) -> None:
|
||||||
|
self.dto.played = True
|
||||||
ds.playlistrow_played(self.playlistrow_id, value)
|
ds.playlistrow_played(self.playlistrow_id, value)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user