Commit 44f02421 by Torkel Ödegaard

fix(build): fixed issue after merge

parent e5b3f27a
......@@ -57,7 +57,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) {
data.MainNavLinks = append(data.MainNavLinks, &dtos.NavLink{
Text: "Playlists",
Icon: "fa fa-fw fa-list",
Href: "/playlists",
Url: "/playlists",
})
if c.OrgRole == m.ROLE_ADMIN {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment