OnRemove Notification return type documentation
#1
As in this post, I find using introspect the definition of both the Audio and Video OnUpdate notification return types noted in their respective schema...

{ "type": "string", "id": "Notifications.Library.Audio.Type", "enum": [ "song" ] }
and
{"type": { "enum": [ "movie", "tvshow", "episode", "musicvideo"], "id": "Notifications.Library.Video.Type", "required": true, "type": "string" }
respectively.

The OnRemove Notification also defines its return type as the same, but I do not see any details listing of what it is defined to be in this scope, enums or otherwise,
Perhaps this type belongs defined with the other types...
Or is this part of " Notifications.Item " which is used by the Playlist and Player methods...

What am I missing?
Reply

Logout Mark Read Team Forum Stats Members Help
OnRemove Notification return type documentation0