We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff23f58 commit c1fe2daCopy full SHA for c1fe2da
server/src/main/kotlin/suwayomi/tachidesk/manga/impl/Manga.kt
@@ -293,6 +293,8 @@ object Manga {
293
val tryToRefreshUrl =
294
!refreshUrl &&
295
listOf(
296
+ HttpCode.GONE.status,
297
+ HttpCode.MOVED_PERMANENTLY.status,
298
HttpCode.NOT_FOUND.status,
299
523, // (Cloudflare) Origin Is Unreachable
300
522, // (Cloudflare) Connection timed out
0 commit comments