Closed zbyna closed 8 years ago
I have fixed it, here is pull request: https://github.com/ace20022/service.LanguagePreferenceManager/pull/4 Thanks for merging
It may be joined with my filling list info with:
def adjustGenre(genre): result = '' for g in genre: result = result + g + u' / ' return result[:-3]
so the result is:
"genre": "Dobrodru\u017en\u00fd / Krimi / Drama / Historick\u00fd",
I don't get what this is for.
I thought that supplying adjusted genre string should caused my issue but it was impasse.
Hi, I am creating another feature for custom addon and after subclassing xbmc.Player() on my own I see this error:
It may be joined with my filling list info with:
so the result is:
I enclose full log:
kodi.txt
Thanks for reply.