mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-01 07:58:08 +00:00
fix(tv): use single value for user-management entitlement
This commit is contained in:
@@ -9,7 +9,6 @@ const withTVUserManagement = (config) => {
|
||||
// The entitlement is needed for TVUserManager.currentUserIdentifier to work
|
||||
config.modResults["com.apple.developer.user-management"] = [
|
||||
"runs-as-current-user",
|
||||
"get-current-user",
|
||||
];
|
||||
|
||||
console.log("[withTVUserManagement] Added user-management entitlement");
|
||||
|
||||
Reference in New Issue
Block a user