mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 21:01:01 +00:00
fix: comment bar not visible (solution is so cursed)
This commit is contained in:
@@ -136,7 +136,7 @@ suspend fun <T> tryWithSuspend(
|
||||
* A url, which can also have headers
|
||||
* **/
|
||||
data class FileUrl(
|
||||
val url: String,
|
||||
var url: String,
|
||||
val headers: Map<String, String> = mapOf()
|
||||
) : Serializable {
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user