[rhythmbox: 1/6] soundcloud: group support was dropped in 2016
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox: 1/6] soundcloud: group support was dropped in 2016
- Date: Sat, 20 Jun 2020 11:40:32 +0000 (UTC)
commit 39e3110dd83cab2172c3529701f19eedfe0d3c63
Author: crvi <crvisqr gmail com>
Date: Fri Feb 7 13:12:55 2020 +0530
soundcloud: group support was dropped in 2016
> GET /groups.json?q=hello&linked_partitioning=1&limit=100&client_id=<rhythmbox-client-id> HTTP/1.1
> Host: api.soundcloud.com
> Accept-Encoding: gzip, deflate
> User-Agent: Rhythmbox/3.4.4
> Connection: Keep-Alive
< HTTP/1.1 400 Bad Request
< Content-Type: text/plain;charset=utf-8
< Content-Length: 0
< Connection: keep-alive
< Date: Fri, 07 Feb 2020 07:33:29 GMT
plugins/soundcloud/soundcloud.py | 12 ------------
1 file changed, 12 deletions(-)
---
diff --git a/plugins/soundcloud/soundcloud.py b/plugins/soundcloud/soundcloud.py
index 7593f74fc..017429566 100644
--- a/plugins/soundcloud/soundcloud.py
+++ b/plugins/soundcloud/soundcloud.py
@@ -113,13 +113,6 @@ class SoundCloudSource(RB.StreamingSource):
'endpoint': '/users.json',
'containers': True
},
- 'groups': {
- 'label': _("Search groups"),
- 'placeholder': _("Search groups on SoundCloud"),
- 'title': _("SoundCloud Groups"),
- 'endpoint': '/groups.json',
- 'containers': True
- },
}
self.container_types = {
@@ -133,11 +126,6 @@ class SoundCloudSource(RB.StreamingSource):
'tracks-url': '.json',
'tracks-type': 'playlist',
},
- 'group': {
- 'attributes': ['name', 'kind', 'uri', 'permalink_url', 'artwork_url',
'description'],
- 'tracks-url': '/tracks.json',
- 'tracks-type': 'plain',
- }
}
def hide_entry_cb(self, entry):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]