add offset and proper year for album list

This commit is contained in:
sentriz
2019-05-15 17:17:50 +01:00
parent 5fae510958
commit 7bbfef1638
3 changed files with 15 additions and 1 deletions

View File

@@ -88,3 +88,7 @@ func (c *Controller) GetMusicDirectory(w http.ResponseWriter, r *http.Request) {
}
respond(w, r, sub)
}
// changes to this function should be reflected in in _by_tags.go's
// getAlbumListTwo() function
func (c *Controller) GetAlbumList(w http.ResponseWriter, r *http.Request) {}