mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-20 10:44:23 +00:00
Fix bad merge with master
This commit is contained in:
parent
84e376a7cf
commit
69308413f6
1 changed files with 2 additions and 4 deletions
|
|
@ -158,7 +158,7 @@ export default {
|
|||
disableSleepTimerResetFeedback: false,
|
||||
autoSleepTimerAutoRewind: false,
|
||||
autoSleepTimerAutoRewindTime: 300000, // 5 minutes
|
||||
languageCode: 'en-us' // 5 minutes
|
||||
languageCode: 'en-us'
|
||||
},
|
||||
lockCurrentOrientation: false,
|
||||
settingInfo: {
|
||||
|
|
@ -184,9 +184,7 @@ export default {
|
|||
},
|
||||
enableMp3IndexSeeking: {
|
||||
name: this.$strings.LabelEnableMp3IndexSeeking,
|
||||
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.'
|
||||
message: this.$strings.LabelEnableMp3IndexSeekingHelp
|
||||
}
|
||||
},
|
||||
hapticFeedbackItems: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue