Skip to content

Commit

Permalink
fix: force media source quality
Browse files Browse the repository at this point in the history
  • Loading branch information
rhunk committed Jan 28, 2024
1 parent d171877 commit ecd5627
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ConfigurationOverride : Feature("Configuration Override", loadParams = Fea

overrideProperty("SIG_APP_APPEARANCE_SETTING", { context.config.bool(ConfigProperty.ENABLE_APP_APPEARANCE) }, true)
overrideProperty("SPOTLIGHT_5TH_TAB_ENABLED", { context.config.bool(ConfigProperty.DISABLE_SPOTLIGHT) }, false)
overrideProperty("TRANSCODING_MAX_QUALITY", { context.config.bool(ConfigProperty.FORCE_MEDIA_SOURCE_QUALITY) }, true)

arrayOf("CUSTOM_AD_TRACKER_URL", "CUSTOM_AD_INIT_SERVER_URL", "CUSTOM_AD_SERVER_URL").forEach {
overrideProperty(it, { context.config.bool(ConfigProperty.BLOCK_ADS) }, "http://127.0.0.1")
Expand Down

0 comments on commit ecd5627

Please sign in to comment.