Explorar o código

Settings: fix deinterlace default settings

No actual behavior change as the deinterlacer will be off in either scenario
Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
d727cf4e05

+ 1 - 1
Resources/Settings.bundle/Root.inApp.plist

@@ -56,7 +56,7 @@
 			<key>Key</key>
 			<string>deinterlace</string>
 			<key>DefaultValue</key>
-			<string>0</string>
+			<integer>0</integer>
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_DEINTERLACE_ON</string>

+ 1 - 1
Resources/Settings.bundle/Root.plist

@@ -40,7 +40,7 @@
 			<key>Key</key>
 			<string>deinterlace</string>
 			<key>DefaultValue</key>
-			<string>0</string>
+			<integer>0</integer>
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_DEINTERLACE_ON</string>