mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-30 10:20:47 +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("#")) {
|
} else if (fullUrl.contains("#")) {
|
||||||
fullUrl.split("#")[0].lowercase()
|
fullUrl.split("#")[0].lowercase()
|
||||||
} else {
|
} else {
|
||||||
fullUrl
|
fullUrl.lowercase()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user