[gnome-music/wip/mschraal/player-factor-out-gstreamer] player: Disable grilo calls, interfere with gst clock
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/player-factor-out-gstreamer] player: Disable grilo calls, interfere with gst clock
- Date: Sun, 18 Feb 2018 15:53:58 +0000 (UTC)
commit a3be671b8a41bdbf847a490f1172979a8dc277f0
Author: Marinus Schraal <mschraal gnome org>
Date: Sun Feb 18 09:19:35 2018 +0100
player: Disable grilo calls, interfere with gst clock
gnomemusic/player.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index 5bedabe..806bba1 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -660,8 +660,9 @@ class Player(GObject.GObject):
# playlists here but removing it may introduce
# a bug. So, we keep it for the time being.
playlists.update_all_static_playlists()
- grilo.bump_play_count(current_media)
- grilo.set_last_played(current_media)
+ # FIXME: problematic with clock tick
+ # grilo.bump_play_count(current_media)
+ # grilo.set_last_played(current_media)
@log
def _on_play_button_clicked(self, button):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]