[rhythmbox] soundcloud: enable pausing
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] soundcloud: enable pausing
- Date: Sat, 28 May 2016 12:57:01 +0000 (UTC)
commit b951577b692596672e17f49abf7068238ef5da91
Author: Jonathan Matthew <jonathan d14n org>
Date: Sat May 28 22:54:39 2016 +1000
soundcloud: enable pausing
souphttpsrc seems to handle this pretty well.
plugins/soundcloud/soundcloud.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/soundcloud/soundcloud.py b/plugins/soundcloud/soundcloud.py
index bf75579..a744ee3 100644
--- a/plugins/soundcloud/soundcloud.py
+++ b/plugins/soundcloud/soundcloud.py
@@ -503,4 +503,7 @@ class SoundCloudSource(RB.StreamingSource):
def do_can_copy(self):
return False
+ def do_can_pause(self):
+ return True
+
GObject.type_register(SoundCloudSource)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]