mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 05:43:58 +02:00
Fix drawdown for paging with many of the same first letters, update series sequence ascending/descending string, universalize default drawdown grouping limit
This commit is contained in:
+3
-3
@@ -210,7 +210,7 @@ export default {
|
||||
languageCode: 'en-us',
|
||||
downloadUsingCellular: 'ALWAYS',
|
||||
streamingUsingCellular: 'ALWAYS',
|
||||
androidAutoBrowseLimitForGrouping: 50,
|
||||
androidAutoBrowseLimitForGrouping: 100,
|
||||
androidAutoBrowseSeriesSequenceOrder: 'ASC'
|
||||
},
|
||||
theme: 'dark',
|
||||
@@ -315,11 +315,11 @@ export default {
|
||||
],
|
||||
androidAutoBrowseSeriesSequenceOrderItems: [
|
||||
{
|
||||
text: this.$strings.LabelAscending,
|
||||
text: this.$strings.LabelSequenceAscending,
|
||||
value: 'ASC'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelDescending,
|
||||
text: this.$strings.LabelSequenceDescending,
|
||||
value: 'DESC'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user