Compare commits
No commits in common. "c1ceae5aa93e7bf7479dc802e03d487e9cd6ef02" and "e690201947bae53f5e78273f42605fa323fc62ef" have entirely different histories.
c1ceae5aa9
...
e690201947
@ -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",
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
collection: [],
|
collection: [],
|
||||||
selectedRadio: { covers: {} },
|
selectedRadio: {},
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user