From e6e25fd2c136a1c5dc884074b9e6556eaa750129 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Mon, 30 Jun 2014 15:15:20 -0700 Subject: Added serverType constant --- src/github/daneren2005/dsub/util/Constants.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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"; -- cgit v1.2.3