diff --git a/src/renderer/views/pages/search.ejs b/src/renderer/views/pages/search.ejs index 1d2ac6fd..2767e17c 100644 --- a/src/renderer/views/pages/search.ejs +++ b/src/renderer/views/pages/search.ejs @@ -83,6 +83,8 @@
+

{{$root.getLz('home.recentlyPlayed')}}

+

{{categoriesView[0].attributes.title.stringForDisplay ?? ""}}

0) { this.categoriesReady = true; return await true; } else { + await this.seeAllHistory() let response = await this.app.mk.api.v3.music(`/v1/recommendations/${this.app.mk.storefrontId}?timezone=${encodeURIComponent(this.app.formatTimezoneOffset())}&name=search-landing&platform=web&extend=editorialArtwork&art%5Burl%5D=f%2Cc&types=editorial-items%2Capple-curators%2Cactivities&l=${this.$root.mklang}`); this.categoriesView = response.data.data; console.log(this.categoriesView)