mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-14 04:06:13 +00:00
Updates project structure to Kodi v17
This commit is contained in:
parent
31aa2073ad
commit
b355d746f9
8 changed files with 24 additions and 14 deletions
|
@ -140,7 +140,7 @@ def dialog(dialog_type, *args, **kwargs):
|
|||
|
||||
if "icon" in kwargs:
|
||||
kwargs['icon'] = kwargs['icon'].replace("{jellyfin}",
|
||||
"special://home/addons/plugin.video.jellyfin/icon.png")
|
||||
"special://home/addons/plugin.video.jellyfin/resources/icon.png")
|
||||
if "heading" in kwargs:
|
||||
kwargs['heading'] = kwargs['heading'].replace("{jellyfin}", _('addon_name'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue