commit from pool
This commit is contained in:
parent
b6a6b4376d
commit
f434bf21a4
|
@ -74,7 +74,7 @@ extension BaseItemDto {
|
|||
|
||||
func getSeriesBackdropImage(baseURL: String, maxWidth: Int) -> URL {
|
||||
let imageType = "Backdrop"
|
||||
let imageTag = (self.parentBackdropImageTags ?? [])[0]
|
||||
let imageTag = (self.parentBackdropImageTags ?? [""])[0]
|
||||
|
||||
print(imageType)
|
||||
print(imageTag)
|
||||
|
|
Loading…
Reference in New Issue