Improved audio player

This commit is contained in:
2018-03-11 04:51:10 +01:00
parent 42c16053a9
commit 5c9fe711c9
3 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ component Track(track *arn.SoundTrack, user *arn.User)
.sound-track-media.video-container
iframe.lazy.video(data-src=media.EmbedLink(), allowfullscreen="allowfullscreen")
if user != nil && media.Service == "Youtube" && (user.Role == "admin" || user.Role == "editor") && track.File != ""
if user != nil && media.Service == "Youtube" && track.File != ""
.buttons
button.action(data-action="playAudio", data-trigger="click", data-src="/audio/" + track.File)
Icon("play")