Fixed Explore, Added Docker Support ( closes Hyperpipe/Hyperpipe#2 )

This commit is contained in:
Shiny Nematoda
2022-08-02 07:10:13 +00:00
parent 6a5f1d4b7a
commit 7e24fb8176
7 changed files with 54 additions and 5 deletions
+3 -2
View File
@@ -23,8 +23,9 @@ type Items struct {
}
type Explore struct {
Albums []Item `json:"albums_and_singles"`
Trending []Item `json:"trending"`
TrendingId string `json:"trendingId"`
Albums []Item `json:"albums_and_singles"`
Trending []Item `json:"trending"`
}
type Genres struct {