mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Support this project
This commit is contained in:
parent
05c755ac21
commit
0740dd024b
3 changed files with 5 additions and 0 deletions
BIN
donations.png
Normal file
BIN
donations.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
|
@ -789,3 +789,7 @@ msgstr ""
|
||||||
msgctxt "#33162"
|
msgctxt "#33162"
|
||||||
msgid "Reset the music library?"
|
msgid "Reset the music library?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#33163"
|
||||||
|
msgid "Support this project"
|
||||||
|
msgstr ""
|
||||||
|
|
|
@ -182,6 +182,7 @@ def listing():
|
||||||
directory(_(33140), "plugin://plugin.video.emby/?mode=repairlibs", False)
|
directory(_(33140), "plugin://plugin.video.emby/?mode=repairlibs", False)
|
||||||
directory(_(33060), "plugin://plugin.video.emby/?mode=thememedia", False)
|
directory(_(33060), "plugin://plugin.video.emby/?mode=thememedia", False)
|
||||||
directory(_(33058), "plugin://plugin.video.emby/?mode=reset", False)
|
directory(_(33058), "plugin://plugin.video.emby/?mode=reset", False)
|
||||||
|
directory(_(33163), None, False, artwork="special://home/addons/plugin.video.emby/donations.png")
|
||||||
|
|
||||||
xbmcplugin.setContent(int(sys.argv[1]), 'files')
|
xbmcplugin.setContent(int(sys.argv[1]), 'files')
|
||||||
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
||||||
|
|
Loading…
Reference in a new issue