mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Change artists array to artist string field in Track schema
This commit is contained in:
parent
71c201e351
commit
d990430449
@ -13,8 +13,8 @@ export default {
|
||||
album: {
|
||||
type: String,
|
||||
},
|
||||
artists: {
|
||||
type: Array,
|
||||
artist: {
|
||||
type: String,
|
||||
},
|
||||
metadata: {
|
||||
type: Object,
|
||||
@ -32,15 +32,12 @@ export default {
|
||||
},
|
||||
cover: {
|
||||
type: String,
|
||||
default: "https://storage.ragestudio.net/comty-static-assets/default_song.png"
|
||||
default:
|
||||
"https://storage.ragestudio.net/comty-static-assets/default_song.png",
|
||||
},
|
||||
publisher: {
|
||||
type: Object,
|
||||
required: true,
|
||||
},
|
||||
lyrics_enabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user