mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-12 12:08:56 +01:00
Avoid attempts to renaming download dirs if name hasn't actually changed
Maybe fixes #9503
This commit is contained in:
@@ -110,6 +110,6 @@ class AndroidSourceManager(
|
||||
registerStubSource(it)
|
||||
return it
|
||||
}
|
||||
return StubSource(id, "", "")
|
||||
return StubSource(id = id, lang = "", name = "")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user