Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
refactor(thumb): remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Sep 27, 2020
1 parent 5b931ee commit 4e45eb7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/PlexOnDeck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
>
<PlexThumbnail
:content="content"
:machine-identifier="machineIdentifier"
type="art"
cols="12"
sm="4"
Expand Down
1 change: 0 additions & 1 deletion src/components/PlexRecentlyAdded.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
>
<PlexThumbnail
:content="content"
:machine-identifier="machineIdentifier"
full-title
type="thumb"
cols="4"
Expand Down
1 change: 0 additions & 1 deletion src/views/PlexLibrary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
>
<PlexThumbnail
:content="content"
:machine-identifier="content.machineIdentifier"
type="thumb"
cols="4"
sm="3"
Expand Down
1 change: 0 additions & 1 deletion src/views/PlexSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
>
<PlexThumbnail
:content="item"
:machine-identifier="item.machineIdentifier"
show-server
type="thumb"
:cols="getHubCols(hub)"
Expand Down

0 comments on commit 4e45eb7

Please sign in to comment.