settings wording

This commit is contained in:
austinried 2021-08-25 10:43:36 +09:00
parent ed4a32cba3
commit 7abf5c0e88

View File

@ -248,8 +248,8 @@ const SettingsContent = React.memo(() => {
buttonStyle="hollow" buttonStyle="hollow"
/> />
<Header style={styles.header}>Network</Header> <Header style={styles.header}>Network</Header>
<BitrateModal title="Max bitrate (Wi-Fi)" bitrate={maxBitrateWifi} setBitrate={setMaxBitrateWifi} /> <BitrateModal title="Maximum bitrate (Wi-Fi)" bitrate={maxBitrateWifi} setBitrate={setMaxBitrateWifi} />
<BitrateModal title="Max bitrate (mobile)" bitrate={maxBitrateMobile} setBitrate={setMaxBitrateMobile} /> <BitrateModal title="Maximum bitrate (mobile)" bitrate={maxBitrateMobile} setBitrate={setMaxBitrateMobile} />
{/* <SettingsSwitch {/* <SettingsSwitch
title="Estimate content length" title="Estimate content length"
subtitle='Send the "estimateContentLength" flag when streaming. Helps fix issues with seeking when the server is transcoding songs.' subtitle='Send the "estimateContentLength" flag when streaming. Helps fix issues with seeking when the server is transcoding songs.'