Set getUser.view jukebox/podcast role

closes #130
This commit is contained in:
sentriz
2021-04-18 12:31:22 +01:00
parent e9cc2e8ea6
commit b17ce76a72
3 changed files with 27 additions and 22 deletions

View File

@@ -101,6 +101,7 @@ func main() {
GenreSplit: *confGenreSplit,
PodcastPath: *confPodcastPath,
HTTPLog: *confHTTPLog,
JukeboxEnabled: *confJukeboxEnabled,
})
var g run.Group