Subsonic API: added missing getAlbumList types to make Ultrasonic happy + added a protocol version check
This commit is contained in:
@@ -21,9 +21,15 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
namespace API::Subsonic
|
||||
{
|
||||
|
||||
#define API_VERSION_MAJOR 1
|
||||
#define API_VERSION_MINOR 12
|
||||
#define API_VERSION_PATCH 0
|
||||
#define API_VERSION_STR "1.12.0"
|
||||
|
||||
enum class ResponseFormat
|
||||
{
|
||||
xml,
|
||||
|
||||
Reference in New Issue
Block a user