mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-29 21:20:40 +02:00
Fixing the image link classification with uppercase extensions.
This commit is contained in:
@ -101,7 +101,7 @@ fun removeQueryParams(fullUrl: String): String {
|
||||
} else if (fullUrl.contains("#")) {
|
||||
fullUrl.split("#")[0].lowercase()
|
||||
} else {
|
||||
fullUrl
|
||||
fullUrl.lowercase()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user