Przeglądaj źródła

Fixed delete orphaned station playlists button not working

Kristian Vos 4 lat temu
rodzic
commit
47037295b9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      frontend/src/pages/Admin/tabs/Playlists.vue

+ 1 - 1
frontend/src/pages/Admin/tabs/Playlists.vue

@@ -133,7 +133,7 @@ export default {
 			return this.utils.formatTimeLong(length);
 		},
 		deleteOrphanedStationPlaylists() {
-			this.socket.emit(
+			this.socket.dispatch(
 				"playlists.deleteOrphanedStationPlaylists",
 				res => {
 					if (res.status === "success") {