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 { ) : Parcelable {
@Ignore @Ignore
constructor() : this(bookName = "") constructor() : this(time = System.currentTimeMillis())
} }

View File

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