Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 17, 2025
1 parent a24e251 commit 1165587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Live/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public function getEmptyDataObject()
$obj->hideAdvancedStreamKeys = false;
$obj->hidePublicListedOption = false;
$obj->publicListedIsTheDefault = true;
$obj->hideIsRebroadcastOption = false;
$obj->hideIsRebroadcastOption = true;
$obj->saveLiveIsTheDefault = true;
self::addDataObjectHelper('saveLiveIsTheDefault', 'Save Live is the Default', 'https://github.com/WWBN/AVideo/wiki/Record-Live-Stream');
$obj->useAadaptiveMode = false;
Expand Down

0 comments on commit 1165587

Please sign in to comment.