Merge pull request #168 from ultrasonic/id

REST_CLIENT_ID simplified
This commit is contained in:
Óscar García Amor 2018-02-20 18:06:31 +01:00 committed by GitHub
commit bb2c6d5923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";