curds: Previous playlist should send playlist-changed

Otherwise we won't update the row in the sidebar with the number of
tracks played.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2019-04-14 20:34:04 -04:00
parent 8eb865217a
commit b0d124a0e5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class PreviousPlaylist(playlist.Playlist):
self.list.insert(0, track)
self.current = 0
notify.notify("add-track", self, track, 0)
self.changed()
def set_loop(self, loop):
return playlist.Playlist.set_loop(self, False)