Skip to content

[cli] silence "method has not been implented on the CLI"-warnings on obvious uneeded methods #95

@dersphere

Description

@dersphere

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions