Rerasied a bit the number of tracks loaded at once in the playqueue

This commit is contained in:
emeric
2021-05-21 13:32:55 +02:00
parent 26238fbfeb
commit 7d44505d3f
+1 -1
View File
@@ -85,7 +85,7 @@ class PlayQueue : public Wt::WTemplate
std::optional<float> getReplayGain(std::size_t pos, const Wt::Dbo::ptr<Database::Track>& track) const;
static inline constexpr std::size_t _nbMaxEntries {1000};
static inline constexpr std::size_t _batchSize {6};
static inline constexpr std::size_t _batchSize {12};
bool _repeatAll {};
bool _radioMode {};