[gnome-music/wip/jfelder/remove-grilo-spotify] coregrilo: Remove grl-spotify-cover from the blocklist
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/remove-grilo-spotify] coregrilo: Remove grl-spotify-cover from the blocklist
- Date: Fri, 21 Aug 2020 10:27:56 +0000 (UTC)
commit 6f5143c449dc7eae05b78262590f623b90da218a
Author: Jean Felder <jfelder src gnome org>
Date: Fri Aug 21 12:25:49 2020 +0200
coregrilo: Remove grl-spotify-cover from the blocklist
This plugin no longer exists since version 0.3.12.
gnomemusic/coregrilo.py | 3 +--
meson.build | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gnomemusic/coregrilo.py b/gnomemusic/coregrilo.py
index dcdfa8f8..b9d5331b 100644
--- a/gnomemusic/coregrilo.py
+++ b/gnomemusic/coregrilo.py
@@ -40,8 +40,7 @@ class CoreGrilo(GObject.GObject):
'grl-filesystem',
'grl-itunes-podcast',
'grl-metadata-store',
- 'grl-podcasts',
- 'grl-spotify-cover'
+ 'grl-podcasts'
]
_grl_plugin_ranks = ("grl-musicbrainz-coverart:3,"
diff --git a/meson.build b/meson.build
index 0ef5b9b9..14d432eb 100644
--- a/meson.build
+++ b/meson.build
@@ -47,7 +47,7 @@ dependency('pango', version: '>= 1.44.0')
dependency('pygobject-3.0', version: '>= 3.36.1')
dependency('py3cairo', version: '>= 1.14.0')
dependency('grilo-0.3', version: '>= 0.3.12', fallback: ['grilo', 'libgrl_dep'])
-dependency('grilo-plugins-0.3', version: '>= 0.3.10', fallback: ['grilo-plugins', 'grilo_plugins_dep'])
+dependency('grilo-plugins-0.3', version: '>= 0.3.12', fallback: ['grilo-plugins', 'grilo_plugins_dep'])
subproject('libgd',
default_options: [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]