diff --git a/package.v2.json b/package.v2.json index 25b49df..0343d9f 100644 --- a/package.v2.json +++ b/package.v2.json @@ -371,7 +371,7 @@ "description": "让探索支持TheTVDB的数据浏览。", "labels": "探索", "version": "1.0", - "icon": "https://www.thetvdb.com/images/logo.svg", + "icon": "http://mirrors.kodi.tv/addons/omega/metadata.movies.thetvdb.com.v4.python/media/icon.png", "author": "jxxghp", "level": 1, "history": { diff --git a/plugins.v2/tvdbdiscover/__init__.py b/plugins.v2/tvdbdiscover/__init__.py index 1235eda..e1a11d9 100644 --- a/plugins.v2/tvdbdiscover/__init__.py +++ b/plugins.v2/tvdbdiscover/__init__.py @@ -18,7 +18,7 @@ class TvdbDiscover(_PluginBase): # 插件描述 plugin_desc = "让探索支持TheTVDB的数据浏览。" # 插件图标 - plugin_icon = "https://www.thetvdb.com/images/logo.svg" + plugin_icon = "http://mirrors.kodi.tv/addons/omega/metadata.movies.thetvdb.com.v4.python/media/icon.png" # 插件版本 plugin_version = "1.0" # 插件作者