diff --git a/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java b/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java
index 57ec1c44..3eb63521 100644
--- a/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java
+++ b/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/player/PowerampAPI.java
@@ -577,7 +577,7 @@ public static final class Commands {
* Used by Notification controls to stop pending/paused service/playback and unload/remove notification
*/
public static final int STOP_SERVICE = 100;
-
+
/**
* Set as active and/or import visualization preset
* Depending on extras, preset will be:
@@ -1055,6 +1055,13 @@ public static final class Commands {
*/
public static final String ACTION_SKIN_MAIN = "com.maxmpz.audioplayer.SKIN_MAIN";
+ /**
+ * Used internally
+ * @since 966
+ */
+ public static final String ACTION_NOTIFICATION_DELETED = "com.maxmpz.audioplayer.ACTION_NOTIFICATION_DELETED";
+
+
/**
* Poweramp settings activity
*/