added force-video to mediaitem-square

This commit is contained in:
booploops 2022-02-17 19:31:17 -08:00
parent 63962f904b
commit 951053ed46
3 changed files with 43 additions and 4 deletions

View file

@ -12,6 +12,7 @@
:size="size"
shadow="subtle"
:bgcolor="getBgColor()"
:video-priority="forceVideo"
:type="item.type"></mediaitem-artwork>
</div>
<button class="menu-btn" v-if="!nomenu.includes(item.type)"
@ -57,6 +58,10 @@
type: String,
default: '190'
},
forceVideo: {
type: Boolean,
default: false
},
'contextExt': {type: Object, required: false},
},
data: function () {