Compare commits

..

No commits in common. "c1ceae5aa93e7bf7479dc802e03d487e9cd6ef02" and "e690201947bae53f5e78273f42605fa323fc62ef" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ export default {
let item = { let item = {
id: this.selectedRadio._id, id: this.selectedRadio._id,
covers: { cover128: this.selectedRadio.covers.cover128 }, cover128: this.selectedRadio.cover128,
name: this.selectedRadio.name, name: this.selectedRadio.name,
type: "radio", type: "radio",
}; };

View File

@ -1,4 +1,4 @@
export default { export default {
collection: [], collection: [],
selectedRadio: { covers: {} }, selectedRadio: {},
} }