mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-09 02:28:55 +01:00
Ignore non-existent galleries during favorites sync
This commit is contained in:
@@ -43,7 +43,6 @@ class BatchAddPresenter: BasePresenter<BatchAddController>() {
|
||||
eventRelay?.call((when (result) {
|
||||
is GalleryAddEvent.Success -> "[OK]"
|
||||
is GalleryAddEvent.Fail -> "[ERROR]"
|
||||
else -> "[???]"
|
||||
}) + " " + result.logMessage)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user