You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new JSONRPC API of XBMC demands the Content-Type is set on "application/json" instead of "application/json-rpc". So this lib doesn't work out-of-the-box for the XBMC API. I had to change it in the code.
Is it possible to make this a config option so developers can change this when they want?
The text was updated successfully, but these errors were encountered:
The new JSONRPC API of XBMC demands the Content-Type is set on "application/json" instead of "application/json-rpc". So this lib doesn't work out-of-the-box for the XBMC API. I had to change it in the code.
Is it possible to make this a config option so developers can change this when they want?
The text was updated successfully, but these errors were encountered: