Add option to enable (experimental) playlists in UI

This commit is contained in:
Deluan
2020-05-16 14:02:38 -04:00
committed by Deluan Quintão
parent 0ca79eead4
commit f881e2a54b
4 changed files with 11 additions and 5 deletions
+1
View File
@@ -30,6 +30,7 @@ func ServeIndex(ds model.DataStore, fs http.FileSystem) http.HandlerFunc {
"baseURL": strings.TrimSuffix(conf.Server.BaseURL, "/"),
"loginBackgroundURL": conf.Server.UILoginBackgroundURL,
"enableTranscodingConfig": conf.Server.EnableTranscodingConfig,
"enablePlaylists": conf.Server.DevEnableUIPlaylists,
}
j, err := json.Marshal(appConfig)
if err != nil {