mirror of
https://github.com/koel/koel
synced 2024-12-24 11:33:05 +00:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
image: null,
|
|
albums: [],
|
|
};
|