mirror of
https://github.com/koel/koel
synced 2024-12-22 02:23:14 +00:00
5 lines
61 B
JavaScript
5 lines
61 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
albums: [],
|
|
};
|