mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-22 04:03:32 -05:00
@@ -10,7 +10,7 @@ package suwayomi.tachidesk.manga.model.dataclass
|
||||
data class TrackRecordDataClass(
|
||||
val id: Int,
|
||||
val mangaId: Int,
|
||||
val syncId: Int,
|
||||
val trackerId: Int,
|
||||
val remoteId: Long,
|
||||
val libraryId: Long?,
|
||||
val title: String,
|
||||
|
||||
@@ -11,8 +11,9 @@ import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class TrackSearchDataClass(
|
||||
val syncId: Int,
|
||||
val mediaId: Long,
|
||||
val id: Int,
|
||||
val trackerId: Int,
|
||||
val remoteId: Long,
|
||||
val title: String,
|
||||
val totalChapters: Int,
|
||||
val trackingUrl: String,
|
||||
|
||||
Reference in New Issue
Block a user