mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-31 19:18:26 +01:00
fix: qr code scanning not working ios
Added the multicast entitlement for ios Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
3
app.json
3
app.json
@@ -29,7 +29,8 @@
|
||||
},
|
||||
"supportsTablet": true,
|
||||
"entitlements": {
|
||||
"com.apple.developer.networking.wifi-info": true
|
||||
"com.apple.developer.networking.wifi-info": true,
|
||||
"com.apple.developer.networking.multicast": true
|
||||
},
|
||||
"bundleIdentifier": "com.fredrikburmester.streamyfin",
|
||||
"icon": "./assets/images/icon-ios-liquid-glass.icon",
|
||||
|
||||
Reference in New Issue
Block a user