Explorar o código

Fixed small issue where unscheduling didn't work

Kristian Vos %!s(int64=4) %!d(string=hai) anos
pai
achega
fa6d21dacd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/logic/stations.js

+ 1 - 1
backend/logic/stations.js

@@ -230,7 +230,7 @@ class StationsModule extends CoreClass {
                         if (!station) return next("Station not found.");
                         this.notifications
                             .runJob("UNSCHEDULE", {
-                                subscription: `stations.nextSong?id=${station._id}`,
+                                name: `stations.nextSong?id=${station._id}`,
                             })
                             .then()
                             .catch();