tag: fix call signature

old-stable24
Varun Patil 2022-10-16 12:02:23 -07:00
parent ce936906bc
commit 6ad3a1f808
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<img
:class="{ 'error': info.flag & c.FLAG_LOAD_FAIL }"
:key="'fpreview-' + info.fileid"
:src="getPreviewUrl(info.fileid, info.etag, true, 256)"
:src="getPreviewUrl(info.fileid, info.etag)"
:style="getCoverStyle(info)"
@error="info.flag |= c.FLAG_LOAD_FAIL" />
</div>