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