mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
Fixed Explore, Added Docker Support ( closes Hyperpipe/Hyperpipe#2 )
This commit is contained in:
+3
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user