aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2013-10-04 15:49:51 -0700
committerdaneren2005 <daneren2005@gmail.com>2013-10-04 15:49:51 -0700
commit157ff5887feece779da13157ea71cbe4a8e8899c (patch)
tree47579e3f905dcea08752169839a67dbe595b6d6a /src
parent3ec1f616594cbe77b8f1e196eab3fc2bfc1b47eb (diff)
downloaddsub-157ff5887feece779da13157ea71cbe4a8e8899c.tar.gz
dsub-157ff5887feece779da13157ea71cbe4a8e8899c.tar.bz2
dsub-157ff5887feece779da13157ea71cbe4a8e8899c.zip
Added constant for pausing on disconnect
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/util/Constants.java1
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 4cd44514..bdeeb920 100644
--- a/src/github/daneren2005/dsub/util/Constants.java
+++ b/src/github/daneren2005/dsub/util/Constants.java
@@ -116,6 +116,7 @@ public final class Constants {
public static final String PREFERENCES_KEY_CHAT_ENABLED = "chatEnabled";
public static final String PREFERENCES_KEY_VIDEO_PLAYER = "videoPlayer";
public static final String PREFERENCES_KEY_CONTROL_MODE = "remoteControlMode";
+ public static final String PREFERENCES_KEY_PAUSE_DISCONNECT = "pauseOnDisconnect";
public static final String OFFLINE_SCROBBLE_COUNT = "scrobbleCount";
public static final String OFFLINE_SCROBBLE_ID = "scrobbleID";