aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 41e13b2f..7d4a24b6 100644
--- a/src/github/daneren2005/dsub/util/Constants.java
+++ b/src/github/daneren2005/dsub/util/Constants.java
@@ -62,6 +62,7 @@ public final class Constants {
// Notification IDs.
public static final int NOTIFICATION_ID_PLAYING = 100;
public static final int NOTIFICATION_ID_ERROR = 101;
+ public static final int NOTIFICATION_ID_DOWNLOADING = 102;
// Preferences keys.
public static final String PREFERENCES_KEY_SERVER_KEY = "server";