LibraryGrid removes client parameter
This commit is contained in:
parent
96d776889c
commit
3e093a0446
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ import LuminateCore
|
|||
struct LibraryGrid: View {
|
||||
|
||||
var libraries: [Components.Schemas.BaseItemDto]
|
||||
var client: JellyfinClient
|
||||
|
||||
var view: Body {
|
||||
VStack {
|
||||
|
|
@ -14,7 +13,7 @@ struct LibraryGrid: View {
|
|||
.halign(.start)
|
||||
.padding(10, .horizontal)
|
||||
FlowBox(libraries) { library in
|
||||
HomePosterCell(item: library, client: client)
|
||||
HomePosterCell(item: library)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue