HomePosterCell uses @Injected instead of client parameter
This commit is contained in:
parent
5f8cbf0b1e
commit
974fd8b06c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import LuminateCore
|
|||
struct HomePosterCell: View {
|
||||
|
||||
var item: Components.Schemas.BaseItemDto
|
||||
var client: JellyfinClient
|
||||
@Injected(\.client) var client
|
||||
@State private var imageData: Data?
|
||||
|
||||
var view: Body {
|
||||
|
|
|
|||
Loading…
Reference in a new issue