mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Re-add image type for pictures
This commit is contained in:
parent
fce34ac2af
commit
016db1c755
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
</requires>
|
</requires>
|
||||||
<extension point="xbmc.python.pluginsource"
|
<extension point="xbmc.python.pluginsource"
|
||||||
library="default.py">
|
library="default.py">
|
||||||
<provides>video audio</provides>
|
<provides>video audio image</provides>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="xbmc.service" library="service.py" start="login">
|
<extension point="xbmc.service" library="service.py" start="login">
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Reference in a new issue