diff --git a/src/components/Player.vue b/src/components/Player.vue index 8977b9d..2f0181e 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -160,6 +160,7 @@ export default { let item = { id: this.selectedRadio._id, cover128: this.selectedRadio.cover128, + name: this.selectedRadio.name, type: "radio", }; this.$store.dispatch("user/saveHistoryItem", item);