mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Implement additional options
This commit is contained in:
11
ext/src/options/defaultOptions.js
Normal file
11
ext/src/options/defaultOptions.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
option_mediaEnabled: true
|
||||
, option_localMediaEnabled: true
|
||||
, option_localMediaServerPort: 9555
|
||||
, option_uaWhitelistEnabled: true
|
||||
, option_uaWhitelist: [
|
||||
"https://www.netflix.com/*"
|
||||
]
|
||||
, option_mirroringEnabled: false
|
||||
, option_mirroringAppId: MIRROR_CAST_APP_ID || "19A6F4AE"
|
||||
}
|
||||
Reference in New Issue
Block a user