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

Commits on May 20, 2014

  1. Configuration menu
    Copy the full SHA
    15d24a0 View commit details
    Browse the repository at this point in the history
  2. [ADDONS][PVR] Avoid incorrect disabling PVR addons

    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.
    Trent Nelson committed May 20, 2014
    Configuration menu
    Copy the full SHA
    5e08e1f View commit details
    Browse the repository at this point in the history