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