mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-23 07:26:43 +00:00
fix icon
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user