Fix: Stop ImageUrl from being overwritten

This commit is contained in:
santschi 2023-03-07 22:02:22 +01:00 committed by Qstick
parent c7a4060c4c
commit d77aa82961

View file

@ -51,7 +51,7 @@ public override void Parse(XElement element)
}
ImageUrl = element.ElementAsString("image_url");
ImageUrl = element.ElementAsString("large_image_url");
LargeImageUrl = element.ElementAsString("large_image_url");
}
}
}