mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-28 17:19:00 +03:00
Update BackupTest.kt
(cherry picked from commit 00b1b097a7ae744f69f47436f4d764ce8cf4b111)
This commit is contained in:
parent
cd90702fe5
commit
262ad45b79
1 changed files with 0 additions and 1 deletions
|
@ -389,7 +389,6 @@ class BackupTest {
|
||||||
val track = TrackImpl()
|
val track = TrackImpl()
|
||||||
track.title = manga.title
|
track.title = manga.title
|
||||||
track.manga_id = manga.id!!
|
track.manga_id = manga.id!!
|
||||||
track.remote_id = 1
|
|
||||||
track.sync_id = 1
|
track.sync_id = 1
|
||||||
return track
|
return track
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue