Fixes my introduced errors

This commit is contained in:
Tony Edwards
2023-12-08 07:53:35 +00:00
parent 5067c0f6d7
commit 02746bc35f
2 changed files with 3 additions and 2 deletions
@@ -144,7 +144,8 @@ data class DeviceSettings(
autoSleepTimerAutoRewind = false,
autoSleepTimerAutoRewindTime = 300000L, // 5 minutes
disableSleepTimerFadeOut = false,
disableSleepTimerResetFeedback = false
disableSleepTimerResetFeedback = false,
languageCode = "en-us"
)
}
}
+1 -1
View File
@@ -184,7 +184,7 @@ export default {
},
enableMp3IndexSeeking: {
name: this.$strings.LabelEnableMp3IndexSeeking,
message: this.$strings.LabelEnableMp3IndexSeekingHelp
message: this.$strings.LabelEnableMp3IndexSeekingHelp,
name: 'Enable mp3 index seeking',
message: 'This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.'
}