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
There are some xbmc methods which obviously never will be implemented in the CLI because they are just unneeded.
Examples:
WARNING - [xbmcswift2] The setResolvedUrl method has not been implented on the CLI. Your code might not work properly when calling it.
WARNING - [xbmcswift2] The addDirectoryItems method has not been implented on the CLI. Your code might not work properly when calling it.
WARNING - [xbmcswift2] The endOfDirectory method has not been implented on the CLI. Your code might not work properly when calling it.
WARNING - [xbmcswift2] The addSortMethod method has not been implented on the CLI. Your code might not work properly when calling it.
The text was updated successfully, but these errors were encountered:
There are some xbmc methods which obviously never will be implemented in the CLI because they are just unneeded.
Examples:
The text was updated successfully, but these errors were encountered: