Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dersphere opened this issue Feb 11, 2013 · 0 comments
Assignees
Milestone

Comments

@dersphere
Copy link
Contributor

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.
@ghost ghost assigned jbeluch Feb 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants