REST_CLIENT_ID simplified

From UltraSonic%20for%20Android to simply Ultrasonic

Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
This commit is contained in:
Óscar García Amor 2018-02-20 17:55:24 +01:00
parent 6951f653bd
commit 75e6e70094
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public final class Constants
// 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 = "1.7.0";
public static final String REST_CLIENT_ID = "UltraSonic%20for%20Android";
public static final String REST_CLIENT_ID = "Ultrasonic";
// Names for intent extras.
public static final String INTENT_EXTRA_NAME_ID = "subsonic.id";