Skip to content

Commit

Permalink
Remove 10.7 warning for native player setting
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Nov 8, 2024
1 parent dd21cbd commit 38f9574
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"version": "Version: {{version}}",
"keepAwake": "Keep Screen Awake",
"nativeVideoPlayer": "Use Native Video Player",
"minimumServerVersion": "Requires Server Version 10.7+",
"fmp4Support": "Prefer fMP4 in HLS",
"lightTheme": "Use Light Theme",
"systemTheme": "Use System Theme",
Expand Down
1 change: 0 additions & 1 deletion screens/SettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ const SettingsScreen = observer(() => {
badge: {
value: t('common.beta')
},
subtitle: t('settings.minimumServerVersion'),
value: rootStore.settingStore.isNativeVideoPlayerEnabled,
onValueChange: action(value => {
rootStore.settingStore.isNativeVideoPlayerEnabled = value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ exports[`SettingsScreen should render correctly 1`] = `
},
"key": "native-video-switch",
"onValueChange": [Function],
"subtitle": "Requires Server Version 10.7+",
"title": "Use Native Video Player",
"value": undefined,
},
Expand Down

0 comments on commit 38f9574

Please sign in to comment.