+
Newest Music
Newest Videos
-
+
@@ -160,6 +114,9 @@ export default {
this.$store.dispatch("boxes/loadNewest");
this.$store.dispatch("tracks/loadMostListened");
this.$store.dispatch("videos/loadMostViewed");
+
+ this.$store.dispatch("albums/loadAlbums", true);
+ this.$store.dispatch("artists/loadArtists", true);
},
loadNextPage() {
this.scrollPosition = this.$refs.welcome.scrollTop;
@@ -194,6 +151,8 @@ export default {
serverInfo: "serverInfo",
mostListened: "tracks/mostListened",
mostViewed: "videos/mostViewed",
+ albums: ["albums/collection"],
+ artists: ["artists/collection"],
}),
historyToggleText() {
return this.historyAll ? "less..." : "more...";
@@ -221,4 +180,17 @@ export default {
#history.more {
max-height: initial;
}
+
+#banner {
+ position: relative;
+}
+
+#collage {
+ bottom: 0;
+ top: 0;
+ left: 0;
+ right: 0;
+ opacity: 0.25;
+ position: absolute;
+}
\ No newline at end of file