@@ -225,7 +225,7 @@ export default {
});
this.socket.on("event:admin.hiddenSong.removed", res => {
- this.removeSong(res.data.youtubeId);
+ this.removeSong(res.data.songId);
this.socket.on("event:admin.hiddenSong.updated", res => {
@@ -241,7 +241,7 @@ export default {
this.socket.on("event:admin.unverifiedSong.removed", res => {
this.socket.on("event:admin.unverifiedSong.updated", res => {
@@ -322,7 +322,7 @@ export default {
);
this.socket.on("event:admin.verifiedSong.removed", res =>
- this.removeSong(res.data.youtubeId)
+ this.removeSong(res.data.songId)
this.socket.on("event:admin.verifiedSong.updated", res =>