diff --git a/views/item-partial.html b/views/item-partial.html index da880ee..61c6f05 100644 --- a/views/item-partial.html +++ b/views/item-partial.html @@ -33,7 +33,7 @@ @if(item.mime.startsWith("video"))
+ preload="metadata" controls loop playsinline>
@elseif(item.mime.startsWith("audio"))
{{ item.id }} @if(session) - ({{ user.name }}) + ({{ + user.name }}) @endif - + @if(typeof item.tags !== "undefined") @each(item.tags as tag)