updated todo.js
This commit is contained in:
parent
60ee14c6f9
commit
ef8cd9b720
2 changed files with 22 additions and 0 deletions
|
@ -95,6 +95,9 @@ await app.mk.api.library.songs("", {limit: 100}, {includeResponseMeta: !0}).then
|
||||||
console.log(data)
|
console.log(data)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Artist View Top Songs
|
||||||
|
app.mk.api.artistView("325096253", "top-songs", {}, {view: "top-songs", includeResponseMeta: !0})
|
||||||
|
|
||||||
// Artist Page Data
|
// Artist Page Data
|
||||||
app.mkapi("artists", false, "412778295", {
|
app.mkapi("artists", false, "412778295", {
|
||||||
"views": "featured-release,full-albums,appears-on-albums,featured-albums,featured-on-albums,singles,compilation-albums,live-albums,latest-release,top-music-videos,similar-artists,top-songs,playlists,more-to-hear,more-to-see",
|
"views": "featured-release,full-albums,appears-on-albums,featured-albums,featured-on-albums,singles,compilation-albums,live-albums,latest-release,top-music-videos,similar-artists,top-songs,playlists,more-to-hear,more-to-see",
|
||||||
|
|
19
resources/cider-ui-tests/views/pages/collection-list.ejs
Normal file
19
resources/cider-ui-tests/views/pages/collection-list.ejs
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<script type="text/x-template" id="collection-list">
|
||||||
|
<div class="content-inner">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
Vue.component('cider-collection-list', {
|
||||||
|
template: "#cider-collection-list",
|
||||||
|
props: ["data"],
|
||||||
|
data: function () {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
Loading…
Add table
Add a link
Reference in a new issue