mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-14 16:32:57 +01:00
Fixed android location settings for wifi network connections as didn't exist Added some better wording to assist Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"name": "wifi-ssid",
|
|
"version": "1.0.0",
|
|
"platforms": ["ios", "android"],
|
|
"ios": {
|
|
"modules": ["WifiSsidModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.wifissid.WifiSsidModule"]
|
|
}
|
|
}
|