summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnomemusic/mpris.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnomemusic/mpris.py b/gnomemusic/mpris.py
index 2ff588cd..275074e9 100644
--- a/gnomemusic/mpris.py
+++ b/gnomemusic/mpris.py
@@ -418,6 +418,9 @@ class MPRIS(DBusInterface):
return path
def _update_tracklist(self):
+ # FIXME: On a repeat-mode change, the current song needs to be queried
+ # to update the player position property.
+ self._player.props.current_song
previous_path_list = self._path_list
self._path_list = []
self._metadata_list = []