Fix PlexKodiConnect Kodi add-on icon and fanart not showing
This commit is contained in:
parent
47251337f1
commit
22d481a806
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
</item>
|
</item>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="xbmc.addon.metadata">
|
<extension point="xbmc.addon.metadata">
|
||||||
|
<assets>
|
||||||
|
<icon>icon.png</icon>
|
||||||
|
<fanart>fanart.jpg</fanart>
|
||||||
|
</assets>
|
||||||
<summary lang="en">Native Integration of Plex into Kodi</summary>
|
<summary lang="en">Native Integration of Plex into Kodi</summary>
|
||||||
<description lang="en">Connect Kodi to your Plex Media Server. This plugin assumes that you manage all your videos with Plex (and none with Kodi). You might lose data already stored in the Kodi video and music databases (as this plugin directly changes them). Use at your own risk!</description>
|
<description lang="en">Connect Kodi to your Plex Media Server. This plugin assumes that you manage all your videos with Plex (and none with Kodi). You might lose data already stored in the Kodi video and music databases (as this plugin directly changes them). Use at your own risk!</description>
|
||||||
<disclaimer lang="en">Use at your own risk</disclaimer>
|
<disclaimer lang="en">Use at your own risk</disclaimer>
|
||||||
|
|
Loading…
Reference in a new issue