Merge pull request 'use new cover structure for radios' (#20) from dev into main #21

Merged
artem merged 4 commits from main into dev 2023-09-26 14:52:01 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c1ceae5aa9 - Show all commits

View File

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

View File

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