diff options
author | daneren2005 <daneren2005@gmail.com> | 2014-06-30 15:15:20 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2014-06-30 15:15:20 -0700 |
commit | e6e25fd2c136a1c5dc884074b9e6556eaa750129 (patch) | |
tree | a317c00ee403c000edeb03761f047000a273291a /src | |
parent | 3ba6075d9b06484f8ddafceb7578d4788e3d01fa (diff) | |
download | dsub-e6e25fd2c136a1c5dc884074b9e6556eaa750129.tar.gz dsub-e6e25fd2c136a1c5dc884074b9e6556eaa750129.tar.bz2 dsub-e6e25fd2c136a1c5dc884074b9e6556eaa750129.zip |
Added serverType constant
Diffstat (limited to 'src')
-rw-r--r-- | src/github/daneren2005/dsub/util/Constants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/util/Constants.java b/src/github/daneren2005/dsub/util/Constants.java index 0c263d3a..ec686529 100644 --- a/src/github/daneren2005/dsub/util/Constants.java +++ b/src/github/daneren2005/dsub/util/Constants.java @@ -73,6 +73,7 @@ public final class Constants { public static final String PREFERENCES_KEY_SERVER_INTERNAL_URL = "serverInternalUrl"; public static final String PREFERENCES_KEY_SERVER_LOCAL_NETWORK_SSID = "serverLocalNetworkSSID"; public static final String PREFERENCES_KEY_SERVER_VERSION = "serverVersion"; + public static final String PREFERENCES_KEY_SERVER_TYPE = "serverType"; public static final String PREFERENCES_KEY_TEST_CONNECTION = "serverTestConnection"; public static final String PREFERENCES_KEY_OPEN_BROWSER = "openBrowser"; public static final String PREFERENCES_KEY_MUSIC_FOLDER_ID = "musicFolderId"; |