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

[addon] fix wrong way to set addon version and level #9328

Merged
merged 1 commit into from
Mar 12, 2016

Conversation

AlwinEsch
Copy link
Member

This fix a from me wrong inserted way to set Library Version and Level inside Kodi.

Also fixes this two libraries where it was not set before on right way (InputStream and Peripheral)

@AlwinEsch AlwinEsch added Type: Fix non-breaking change which fixes an issue Component: Binary add-ons v17 Krypton labels Mar 11, 2016
@AlwinEsch AlwinEsch added this to the Krypton 17.0-alpha1 milestone Mar 11, 2016
@AlwinEsch
Copy link
Member Author

jenkins build this please

1 similar comment
@AlwinEsch
Copy link
Member Author

jenkins build this please

@@ -37,7 +37,7 @@ namespace Peripheral
{

CAddonCallbacksPeripheral::CAddonCallbacksPeripheral(ADDON::CAddon* addon)
: ADDON::IAddonInterface(addon, APILevel(), Version()),
: ADDON::IAddonInterface(addon, 1, "0.0.1"),

This comment was marked as spam.

This comment was marked as spam.

@AlwinEsch
Copy link
Member Author

jenkins build this please again and please win against windows you are Super Jenkins :D

AlwinEsch added a commit that referenced this pull request Mar 12, 2016
[addon] fix wrong way to set addon version and level
@AlwinEsch AlwinEsch merged commit f75aa51 into xbmc:master Mar 12, 2016
@AlwinEsch AlwinEsch deleted the fix-addon-rework branch March 12, 2016 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Binary add-ons Type: Fix non-breaking change which fixes an issue v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants