mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2024-11-13 07:19:54 +00:00
Fix typo, in the sense of application-killing bug.
This commit is contained in:
parent
747058e254
commit
e7adf738f6
@ -140,7 +140,7 @@
|
|||||||
<div class="result">
|
<div class="result">
|
||||||
<a href={util.getURL(result)}>
|
<a href={util.getURL(result)}>
|
||||||
{#if util.hasFormat(results, result, "VIDEO")}
|
{#if util.hasFormat(results, result, "VIDEO")}
|
||||||
<video controls poster={util.hasFormat("jpegh") ? util.thumbnailURL(results, result, "jpegh") : null} preload="metadata" on:loadstart={updateCounter} on:loadedmetadata={redrawGrid} on:loadeddata={redrawGrid}>
|
<video controls poster={util.hasFormat(results, result, "jpegh") ? util.thumbnailURL(results, result, "jpegh") : null} preload="metadata" on:loadstart={updateCounter} on:loadedmetadata={redrawGrid} on:loadeddata={redrawGrid}>
|
||||||
<source src={util.getURL(result)} />
|
<source src={util.getURL(result)} />
|
||||||
</video>
|
</video>
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
Reference in New Issue
Block a user