mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 11:41:02 +00:00
fix: some sorting problems
This commit is contained in:
@@ -70,7 +70,7 @@ object MediaNameAdapter {
|
||||
return if (seasonMatcher.find()) {
|
||||
seasonMatcher.group(2)?.toInt()
|
||||
} else {
|
||||
null
|
||||
text.toIntOrNull()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ object MediaNameAdapter {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
null
|
||||
text.toFloatOrNull()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ object MediaNameAdapter {
|
||||
if (failedChapterNumberMatcher.find()) {
|
||||
failedChapterNumberMatcher.group(1)?.toFloat()
|
||||
} else {
|
||||
null
|
||||
text.toFloatOrNull()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user