mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-31 20:21:02 +00:00
cleanup
This commit is contained in:
@@ -62,6 +62,7 @@ data class VideoServer(
|
||||
) : Serializable {
|
||||
constructor(name: String, embedUrl: String, extraData: Map<String, String>? = null)
|
||||
: this(name, FileUrl(embedUrl), extraData)
|
||||
|
||||
constructor(name: String, offline: Boolean, extraData: Map<String, String>?)
|
||||
: this(name, FileUrl(""), extraData, null, offline)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user