diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/BytecodeEditor.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/BytecodeEditor.kt index c5648b98..23e485ad 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/BytecodeEditor.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/BytecodeEditor.kt @@ -126,6 +126,8 @@ object BytecodeEditor { private val methodsToFix = mapOf( ("kotlin/time/Duration" to "getInWholeMilliseconds_impl") to "getInWholeMilliseconds-impl", + ("kotlin/Result" to "constructor_impl") to "constructor-impl", + ("kotlin/Result" to "isFailure_impl") to "isFailure-impl", ) /**