refactor(thumb): remove unused prop

This commit is contained in:
Travis Shivers 2020-09-27 18:23:02 -05:00
parent 5b931eedc4
commit 4e45eb7d4e
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
4 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,6 @@
> >
<PlexThumbnail <PlexThumbnail
:content="content" :content="content"
:machine-identifier="machineIdentifier"
type="art" type="art"
cols="12" cols="12"
sm="4" sm="4"

View File

@ -44,7 +44,6 @@
> >
<PlexThumbnail <PlexThumbnail
:content="content" :content="content"
:machine-identifier="machineIdentifier"
full-title full-title
type="thumb" type="thumb"
cols="4" cols="4"

View File

@ -60,7 +60,6 @@
> >
<PlexThumbnail <PlexThumbnail
:content="content" :content="content"
:machine-identifier="content.machineIdentifier"
type="thumb" type="thumb"
cols="4" cols="4"
sm="3" sm="3"

View File

@ -25,7 +25,6 @@
> >
<PlexThumbnail <PlexThumbnail
:content="item" :content="item"
:machine-identifier="item.machineIdentifier"
show-server show-server
type="thumb" type="thumb"
:cols="getHubCols(hub)" :cols="getHubCols(hub)"