koel/resources/assets/js/stubs/artist.js

9 lines
99 B
JavaScript
Raw Normal View History

2015-12-13 04:42:28 +00:00
export default {
2016-06-25 16:05:24 +00:00
id: 0,
name: '',
image: null,
playCount: 0,
albums: [],
songs: [],
2015-12-13 04:42:28 +00:00
};