diff --git a/server/ctrlsubsonic/handlers_common.go b/server/ctrlsubsonic/handlers_common.go index e23430d..3121016 100644 --- a/server/ctrlsubsonic/handlers_common.go +++ b/server/ctrlsubsonic/handlers_common.go @@ -131,6 +131,7 @@ func (c *Controller) ServeGetUser(r *http.Request) *spec.Response { AdminRole: user.IsAdmin, JukeboxRole: c.Jukebox != nil, PodcastRole: c.Podcasts != nil, + DownloadRole: true, ScrobblingEnabled: hasLastFM || hasListenBrainz, Folder: []int{1}, }