소스 검색

Settings.bundle: set correct data type for network caching default value

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin 11 년 전
부모
커밋
f6c2322d98
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Resources/Settings.bundle/Root.inApp.plist
  2. 1 1
      Resources/Settings.bundle/Root.plist

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

@@ -38,7 +38,7 @@
 			<key>Key</key>
 			<string>network-caching</string>
 			<key>DefaultValue</key>
-			<string>999</string>
+			<integer>999</integer>
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_NETWORK_CACHING_LEVEL_LOWEST</string>

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

@@ -28,7 +28,7 @@
 			<key>Key</key>
 			<string>network-caching</string>
 			<key>DefaultValue</key>
-			<string>999</string>
+			<integer>999</integer>
 			<key>Titles</key>
 			<array>
 				<string>SETTINGS_NETWORK_CACHING_LEVEL_LOWEST</string>