pull/1434/head
gedoor 3 years ago
parent d35b241dfd
commit 7c29f878c6
  1. 2
      app/src/main/java/io/legado/app/data/entities/Bookmark.kt
  2. 2
      app/src/main/java/io/legado/app/data/entities/HttpTTS.kt

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

@ -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

Loading…
Cancel
Save