Merge pull request #1386 from croneter/py3-fix-icons

Fix PlexKodiConnect Kodi add-on icon and fanart not showing
This commit is contained in:
croneter 2021-03-07 17:19:35 +01:00 committed by GitHub
commit 61940baaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
</item>
</extension>
<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>
<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>