This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
koel
Watch
2
Star
0
Fork
You've already forked koel
0
mirror of
https://github.com/koel/koel
synced
2024-12-21 10:03:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
df5f26d6e9
koel
/
resources
/
assets
/
js
/
stubs
/
artist.js
9 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Big Bang
2015-12-13 04:42:28 +00:00
export
default
{
id
:
0
,
name
:
''
,
Support for standalone artist image
2015-12-22 09:53:03 +00:00
image
:
null
,
Add a home (dashboard) view A home/dashboard view has been added, which contains most recently-played songs (in the current session), top songs, albums, and artists. Song playback has also been revised with proper Vue's reactivity, resulting in a much better and cleaner code base.
2016-02-08 12:21:24 +00:00
playCount
:
0
,
Big Bang
2015-12-13 04:42:28 +00:00
albums
:
[
]
,
Add artist and song browsing
2016-01-15 07:27:25 +00:00
songs
:
[
]
,
Big Bang
2015-12-13 04:42:28 +00:00
}
;
Reference in a new issue
Copy permalink