[gnome-music/wip/mschraal/player-factor-out-gstreamer: 40/56] fix long seeks messing with playback
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/player-factor-out-gstreamer: 40/56] fix long seeks messing with playback
- Date: Fri, 16 Feb 2018 10:41:19 +0000 (UTC)
commit 6033a6dd4ab5a22ab1fdc8719aef37cd9af556aa
Author: Marinus Schraal <mschraal gnome org>
Date: Fri Feb 9 13:25:56 2018 +0100
fix long seeks messing with playback
gnomemusic/player.py | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index 8106f35..657dd04 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -619,6 +619,8 @@ class Player(GObject.GObject):
if self._old_progress_scale_value != round(value, round_digits):
self.on_progress_scale_change_value(self.progressScale)
self._old_progress_scale_value = round(value, round_digits)
+
+ self._player.state = Playback.PLAYING
return False
def _on_progress_scale_seek(self, scale, scroll_type, value):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]