This commit is contained in:
jxxghp
2025-02-07 18:27:48 +08:00
parent edc7c6aaff
commit 9dc3ae5a64
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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"
# 插件作者