diff options
Diffstat (limited to 'settings.js')
-rw-r--r-- | settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.js b/settings.js index 866aa52..ab755e9 100644 --- a/settings.js +++ b/settings.js @@ -29,7 +29,7 @@ var KillStream = 1; // 1 = Close stream on Standby var ShowProtectedChannels = 1; // 0 = yes show, 1 = don't show protected channels (default) var ShowSource = 1; // show source in OSD var pipPlayer = 0; // 0 = no, 1 = yes Pip -var mediaRecorder = 0; // 0 = no, 1 = yes local recording. +var mediaRecorder = 1; // 0 = no, 1 = yes local recording. |