mirror of
https://github.com/koel/koel
synced 2024-11-25 05:30:20 +00:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
image: null,
|
|
playCount: 0,
|
|
albums: [],
|
|
songs: []
|
|
}
|