Migration to new track title struct

This commit is contained in:
2018-04-08 22:50:23 +02:00
parent ea03c6cc17
commit 33a1d84426
5 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@ component SoundTrackPage(track *arn.SoundTrack, user *arn.User)
SoundTrackTabs(track, user)
.soundtrack-full-page
if track.NewTitle.ByUser(user) == ""
if track.Title.ByUser(user) == ""
h1.mountable untitled
else
h1.mountable= track.NewTitle.ByUser(user)
h1.mountable= track.Title.ByUser(user)
.widget-form.soundtrack-media-list
each media in track.Media