fix radio cover in histroy item
This commit is contained in:
parent
1097c6aa3d
commit
4b266c4738
@ -124,7 +124,7 @@ export default {
|
|||||||
|
|
||||||
let item = {
|
let item = {
|
||||||
id: this.selectedRadio._id,
|
id: this.selectedRadio._id,
|
||||||
cover128: this.selectedRadio.cover128,
|
covers: { cover128: this.selectedRadio.covers.cover128 },
|
||||||
name: this.selectedRadio.name,
|
name: this.selectedRadio.name,
|
||||||
type: "radio",
|
type: "radio",
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
collection: [],
|
collection: [],
|
||||||
selectedRadio: {},
|
selectedRadio: { covers: {} },
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user