[Bug] [iOS] Item Editor Photo Upload - Coordinator Doesn't Dismiss (#1410)

This commit is contained in:
Joe Kribs 2025-01-25 17:17:03 -07:00 committed by GitHub
parent 4ca788338d
commit c9ae01e792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ class ItemImagesViewModel: ViewModel, Stateful, Eventful {
try await self.uploadPhoto(image, type: type)
try await self.getAllImages()
await MainActor.run {
self.eventSubject.send(.updated)
}
} catch {
let apiError = JellyfinAPIError(error.localizedDescription)
await MainActor.run {