wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.17k stars 86 forks source link

[BUG] - Change LiveTV default policy for Emby #396

Closed shocker2 closed 2 months ago

shocker2 commented 2 months ago
# Set live tv access
    if invitation.live_tv is not None and invitation.live_tv == True:
        new_policy["EnableLiveTvAccess"] = True
        new_policy["EnableLiveTvManagement"] = False
    else:
        new_policy["EnableLiveTvAccess"] = False
        new_policy["EnableLiveTvManagement"] = False

EnableLiveTvManagement will default to True is not set.

wizarr-sentry[bot] commented 2 months ago

:tada: This issue has been resolved in version 4.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: