Skip to content

Commit

Permalink
always ensure webui plugin is enabled otherwise our UI can't access
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Sep 13, 2023
1 parent 4c8e1c6 commit e37ea0c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ private void preCoreInit(@NonNull CorePrefs corePrefs,

// Remote Access config not shown in "Full Settings", so we don't need to
// remember previous settings

// Always enable Web UI, otherwise our Android UI can't talk to core
writeLine(fw, paramToCustom(CoreParamKeys.SPARAM_XMWEBUI_ENABLE, true));
writeLine(fw,
paramToCustom("Plugin.xmwebui.Port", RPC.LOCAL_BIGLYBT_PORT));
CoreRemoteAccessPreferences raPrefs = corePrefs.getRemoteAccessPreferences();
Expand Down

0 comments on commit e37ea0c

Please sign in to comment.