commit from pool

This commit is contained in:
aiden vigue 2021-06-11 11:56:01 -07:00 committed by GitHub
parent b6a6b4376d
commit f434bf21a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)