[Bug] [iOS] Item Editor Photo Upload - Coordinator Doesn't Dismiss (#1410)
This commit is contained in:
parent
4ca788338d
commit
c9ae01e792
|
@ -149,6 +149,10 @@ class ItemImagesViewModel: ViewModel, Stateful, Eventful {
|
||||||
|
|
||||||
try await self.uploadPhoto(image, type: type)
|
try await self.uploadPhoto(image, type: type)
|
||||||
try await self.getAllImages()
|
try await self.getAllImages()
|
||||||
|
|
||||||
|
await MainActor.run {
|
||||||
|
self.eventSubject.send(.updated)
|
||||||
|
}
|
||||||
} catch {
|
} catch {
|
||||||
let apiError = JellyfinAPIError(error.localizedDescription)
|
let apiError = JellyfinAPIError(error.localizedDescription)
|
||||||
await MainActor.run {
|
await MainActor.run {
|
||||||
|
|
Loading…
Reference in New Issue