This commit is contained in:
gedoor 2021-11-22 08:39:02 +08:00
parent d35b241dfd
commit 7c29f878c6
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ data class Bookmark(
) : Parcelable {
@Ignore
constructor() : this(bookName = "")
constructor() : this(time = System.currentTimeMillis())
}

View File

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