unfunny the comments
This commit is contained in:
@@ -116,12 +116,12 @@ type templateData struct {
|
||||
Playlists []*db.Playlist
|
||||
TranscodePreferences []*db.TranscodePreference
|
||||
TranscodeProfiles []string
|
||||
//
|
||||
|
||||
CurrentLastFMAPIKey string
|
||||
CurrentLastFMAPISecret string
|
||||
DefaultListenBrainzURL string
|
||||
SelectedUser *db.User
|
||||
//
|
||||
|
||||
Podcasts []*db.Podcast
|
||||
}
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ func (c *Controller) ServeHome(r *http.Request) *Response {
|
||||
}
|
||||
// podcasts box
|
||||
c.DB.Find(&data.Podcasts)
|
||||
//
|
||||
|
||||
return &Response{
|
||||
template: "home.tmpl",
|
||||
data: data,
|
||||
|
||||
Reference in New Issue
Block a user