mirror of
https://github.com/koel/koel
synced 2025-01-02 07:48:44 +00:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
image: null,
|
|
playCount: 0,
|
|
albums: [],
|
|
songs: [],
|
|
};
|