diff options
author | ace20022 <ace20022@ymail.com> | 2015-03-11 15:09:00 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2015-03-11 22:48:54 +0100 |
commit | ff50972c0e9aebeb28189150c2be7e10b0fc0200 (patch) | |
tree | 561aed77430cd0157f473f0d3440cf34c249400a /system | |
parent | 6764d56b2365115ebf0268ed54b596a4cfae8409 (diff) |
[settings] Remove maximum items constraint for the setting "Languages to download subtitles for".
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 66dd4dc7a6..ad79239f9c 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -922,7 +922,6 @@ <options>iso6391languages</options> <delimiter>,</delimiter> <minimumitems>1</minimumitems> - <maximumitems>3</maximumitems> </constraints> <control type="list" format="string"> <multiselect>true</multiselect> |