Use API version 1.13.0

1.13.0 was the version of the API at the time Libresonic was forked from Subsonic.
This commit is contained in:
Andrew Rabert 2017-06-03 15:23:04 -04:00
parent 1a2bfa97ae
commit c64edc2567
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ public final class Constants {
// Character encoding used throughout.
public static final String UTF_8 = "UTF-8";
// REST protocol version and client ID.
// Note: Keep it as low as possible to maintain compatibility with older servers.
public static final String REST_PROTOCOL_VERSION_SUBSONIC = "1.2.0";
public static final String REST_PROTOCOL_VERSION_SUBSONIC = "1.13.0";
public static final String REST_CLIENT_ID = "Audinaut";
public static final String LAST_VERSION = "subsonic.version";