Subsonic API: added missing getAlbumList types to make Ultrasonic happy + added a protocol version check

This commit is contained in:
emeric
2019-08-03 15:02:20 +02:00
parent 1a1c523d14
commit bbfb2ac736
7 changed files with 97 additions and 10 deletions
+6
View File
@@ -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,