[grilo-plugins/wip/mschraal/remove-spotify: 135/135] Remove Spotify coverart plugin




commit 4f13fa606f8c9aab31a72c6401a34f5cc50ea4f7
Author: Marinus Schraal <mschraal gnome org>
Date:   Mon Sep 17 17:55:02 2018 +0200

    Remove Spotify coverart plugin
    
    The API is no longer accessible without authorization.

 src/lua-factory/sources/grl-spotify-cover.lua    |  99 --------
 src/lua-factory/sources/meson.build              |   1 -
 tests/meson.build                                |   1 -
 tests/spotify-cover/data/network-data.ini        |   9 -
 tests/spotify-cover/data/resolve-bad-found.data  |  11 -
 tests/spotify-cover/data/resolve-good-found.data |  35 ---
 tests/spotify-cover/meson.build                  |  22 --
 tests/spotify-cover/test_spotify_cover.c         | 291 -----------------------
 8 files changed, 469 deletions(-)
---
diff --git a/src/lua-factory/sources/meson.build b/src/lua-factory/sources/meson.build
index 671c5d17..d657661b 100644
--- a/src/lua-factory/sources/meson.build
+++ b/src/lua-factory/sources/meson.build
@@ -14,7 +14,6 @@ sources = [
     'grl-lastfm-cover',
     'grl-musicbrainz-coverart',
     'grl-radiofrance',
-    'grl-spotify-cover',
     'grl-steam-store',
     'grl-theaudiodb-cover',
     'grl-thegamesdb',
diff --git a/tests/meson.build b/tests/meson.build
index 1eaf2435..bdd96c5e 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -16,7 +16,6 @@ test_plugins = [
 
 test_lua_sources = [
     'games',
-    'spotify-cover',
     'steam-store',
 ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]