@ -25,6 +25,6 @@ data class Bookmark(
) : Parcelable {
@Ignore
constructor() : this(bookName = "")
constructor() : this(time = System.currentTimeMillis())
}
@ -27,7 +27,7 @@ data class HttpTTS(
) : BaseSource {
constructor() : this(name = "")
constructor() : this(id = System.currentTimeMillis())
override fun getTag(): String {
return name