mirror of
https://github.com/koel/koel
synced 2024-12-22 10:33:16 +00:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
image: null,
|
|
albums: [],
|
|
songs: [],
|
|
};
|