Rework db range primitives + fixed bug when playing all in releases/tracks views + raised limit to 1000 for ranges in subsonic API
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
namespace API::Subsonic
|
||||
{
|
||||
// Max count expected from all API methods that expose a count
|
||||
static inline constexpr std::size_t defaultMaxCountSize{ 1000 };
|
||||
|
||||
enum class ResponseFormat
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user