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

Avoid incorrect disabling PVR addons #4757

Closed
wants to merge 2 commits into from
Closed

Avoid incorrect disabling PVR addons #4757

wants to merge 2 commits into from

Conversation

t-nelson
Copy link
Contributor

As topic

Trent Nelson added 2 commits May 20, 2014 18:19
When addons are installed from zip they aren't added to the addon
table in AddonsDB (Maybe this is the real issue here?).  When
PVRManager is started it checks only whether the AddonsDB has the addon,
which it doesn't in this case and the addon is marked disabled in
AddonsDB.  The addon and PVR both work fine until the next launch of
app, at which point the "No PVR Addon enabled!" dialog is thrown in the
user's face.  Marking the addon enabled here then adds it to the db as
expected.
@t-nelson
Copy link
Contributor Author

@opdenkamp for review

@jmarshallnz for review. Should we be injecting zip sourced addons into the db instead? I'm not sure how this might effect installing something from zip that's also in a repo.

@t-nelson
Copy link
Contributor Author

Closing in favor of #4761

@t-nelson t-nelson closed this May 21, 2014
@t-nelson t-nelson deleted the zip_pvr_auto_disable branch May 27, 2014 03:33
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

Successfully merging this pull request may close these issues.

None yet

2 participants