Tweak sort defaults to make more sense

- SortBPMDivision: Reduce from 20 to 10 to match up with ECS "tiers".
- SortLengthDivision: Increase from 5 seconds to 1 minute. Divisions of
  5 seconds don't seem very useful.
This commit is contained in:
Martin Natano
2022-03-12 20:32:21 +01:00
parent 92ce8c6801
commit 7bd7a9b41e
+2 -2
View File
@@ -981,9 +981,9 @@ ShowRandom=false
ShowPortal=false
ShowSectionsInBPMSort=true
SortBPMDivision=20
SortBPMDivision=10
ShowSectionsInLengthSort=true
SortLengthDivision=5
SortLengthDivision=60
MostPlayedSongsToShow=30
RecentSongsToShow=30