Bug AudioLibrary.OnUpdate object contains undocumented value(s)
#1
receiving this notification:

Code:
{
  "jsonrpc": "2.0",
  "method": "AudioLibrary.OnUpdate",
  "params": {
    "data": {
      "id": 491,
      "type": "album"
    },
    "sender": "xbmc"
  }
}

you will find type "album" is not in the api spec.
It only contains one enumerated value for Notifications.Library.Audio.Type

Code:
"type": {
    "enum": [
        "song"
        ],
    "id": "Notifications.Library.Audio.Type",
    "required": true,
    "type": "string"
}

this leaves me wondering how many other types there are....
Reply
#2
well, just got hit with the undocumented type "artist" as well... still wondering what else is left undocumented...
Reply

Logout Mark Read Team Forum Stats Members Help
AudioLibrary.OnUpdate object contains undocumented value(s)0