added force-video to mediaitem-square
This commit is contained in:
parent
63962f904b
commit
951053ed46
3 changed files with 43 additions and 4 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue