feat: Enable remote input functionality and enhance settings management for remote control

This commit is contained in:
zimplexing
2025-07-11 18:13:06 +08:00
parent bda7329c1a
commit 5f92f76f4b
6 changed files with 245 additions and 123 deletions

View File

@@ -184,7 +184,7 @@ export class SettingsManager {
static async get(): Promise<AppSettings> {
const defaultSettings: AppSettings = {
apiBaseUrl: "https://orion-tv.edu.deal",
remoteInputEnabled: false,
remoteInputEnabled: true,
videoSource: {
enabledAll: true,
sources: {},