[gnome-music/wip/mschraal/core: 207/208] songsview: Fix scroll to on shuffle
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/core: 207/208] songsview: Fix scroll to on shuffle
- Date: Thu, 4 Jul 2019 15:50:59 +0000 (UTC)
commit 9a29abd0aea144851eca58d7a3055c24f860b63c
Author: Marinus Schraal <mschraal gnome org>
Date: Thu Jul 4 00:45:15 2019 +0200
songsview: Fix scroll to on shuffle
gnomemusic/views/songsview.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/views/songsview.py b/gnomemusic/views/songsview.py
index 581c59f6..446c92b5 100644
--- a/gnomemusic/views/songsview.py
+++ b/gnomemusic/views/songsview.py
@@ -63,7 +63,7 @@ class SongsView(BaseView):
self._add_list_renderers()
- self._playlist_model = self._coremodel.props.playlist
+ self._playlist_model = self._coremodel.props.playlist_sort
self.player = player
self.player.connect('song-changed', self._update_model)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]