Explorar el Código

Fixed delete orphaned station playlists button not working

Kristian Vos hace 4 años
padre
commit
47037295b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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") {