VideoLibrary.GetSeasons returns strange art properties
#1
I just updated to Kodi Matrix and I am getting strange properties for tvshow season art (tvshow.banner, tvshow.fanart, tvshow.poster) According to the json-rpc schema I would expect banner, fanart and poster instead. I suppose this is a bug

Code:
{"jsonrpc":"2.0","method":"VideoLibrary.GetSeasons","params":{"properties":["art"]},"id":11}

Code:

"seasons":[
   {
      "art":{
         "poster":"image://%2fmedia%2fmedia%2fTV%20Shows%20(new)%2fStumptown%2fseason01-poster.jpg/",
         "tvshow.banner":"image://%2fmedia%2fmedia%2fTV%20Shows%20(new)%2fStumptown%2fbanner.jpg/",
         "tvshow.fanart":"image://%2fmedia%2fmedia%2fTV%20Shows%20(new)%2fStumptown%2ffanart.jpg/",
         "tvshow.poster":"image://%2fmedia%2fmedia%2fTV%20Shows%20(new)%2fStumptown%2fposter.jpg/"
      },
...
Reply

Logout Mark Read Team Forum Stats Members Help
VideoLibrary.GetSeasons returns strange art properties0