diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-10-01 14:52:46 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-10-04 18:42:51 +0200 |
commit | a3f644705c96f1ff81f008c9784b01615fe714e7 (patch) | |
tree | 509c34030707f82b0ab48f84101f39c952ff66ef /system | |
parent | b96c33a201541c6eba8766907973a75b5602a2ce (diff) |
[video][settings] Add default play action setting.
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index d9218c470d..7154234eee 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1015,6 +1015,17 @@ </constraints> <control type="list" format="string" /> </setting> + <setting id="myvideos.playaction" type="integer" label="22076" help="36204"> + <level>0</level> + <default>1</default> <!-- PLAY_ACTION_PLAY_OR_RESUME --> + <constraints> + <options> + <option label="22077">1</option> <!-- PLAY_ACTION_PLAY_OR_RESUME --> + <option label="22078">2</option> <!-- PLAY_ACTION_RESUME --> + </options> + </constraints> + <control type="list" format="string" /> + </setting> <setting id="myvideos.usetags" type="boolean" label="21343" help="21344"> <level>2</level> <default>false</default> |