#885 fix default tumbnail

This commit is contained in:
Dániel Péter Sipos
2020-10-13 13:38:30 +02:00
parent 22de03e7aa
commit 401bbf3a8e

View File

@@ -17,8 +17,8 @@
</ng-container>
<ng-container
*ngIf="
mediaList[0]?.format !== 'image' ||
mediaList[0]?.format !== 'video' ||
mediaList[0]?.format !== 'image' &&
mediaList[0]?.format !== 'video' &&
mediaList[0]?.format !== 'audio'
"
>