mirror of
https://github.com/koel/koel
synced 2025-01-04 16:58:49 +00:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
image: null,
|
|
playCount: 0,
|
|
albums: [],
|
|
songs: []
|
|
}
|