aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2015-10-19 17:24:38 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2015-10-21 00:06:18 +0200
commitd2a24647f381dab509f9478110e4da746e425ba8 (patch)
tree9d0948ef74bdd17c9724d7515590da3ee3e31857 /system
parentba2a353b343266b491667acefefc6e3c2c715cd3 (diff)
[PVR] Reduce available values for timer start/end margin.
Diffstat (limited to 'system')
-rw-r--r--system/settings/settings.xml20
1 files changed, 6 insertions, 14 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index 1764d34ee5..a2bd4efc6f 100644
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -1479,27 +1479,19 @@
</setting>
<setting id="pvrrecord.marginstart" type="integer" label="19175" help="36237">
<level>2</level>
- <default>0</default>
+ <default>0</default> <!-- 0 mins -->
<constraints>
- <minimum>0</minimum>
- <step>1</step>
- <maximum>60</maximum>
+ <options>pvrrecordmargins</options>
</constraints>
- <control type="spinner" format="string">
- <formatlabel>14044</formatlabel>
- </control>
+ <control type="list" format="string"/>
</setting>
<setting id="pvrrecord.marginend" type="integer" label="19176" help="36238">
<level>2</level>
- <default>0</default>
+ <default>0</default> <!-- 0 mins -->
<constraints>
- <minimum>0</minimum>
- <step>1</step>
- <maximum>60</maximum>
+ <options>pvrrecordmargins</options>
</constraints>
- <control type="spinner" format="string">
- <formatlabel>14044</formatlabel>
- </control>
+ <control type="list" format="string"/>
</setting>
<setting id="pvrrecord.preventduplicateepisodes" type="integer" label="812" help="36423">
<level>2</level>