mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 05:36:12 +00:00
Add contextmenu for emby settings (used to update ratings)
Add ratings sync for music files (get rating details from music files and sync back to emby)
This commit is contained in:
parent
2e4e983acd
commit
0817085ada
88 changed files with 15314 additions and 27 deletions
|
@ -62,7 +62,7 @@ def settings(setting, value=None):
|
|||
def language(stringid):
|
||||
# Central string retrieval
|
||||
addon = xbmcaddon.Addon(id='plugin.video.emby')
|
||||
string = addon.getLocalizedString(stringid)
|
||||
string = addon.getLocalizedString(stringid).decode("utf-8")
|
||||
|
||||
return string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue