mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
feat: Enable remote input functionality and enhance settings management for remote control
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user