Properly bind track privately (#1534)
In case the track was read from the TrackSearchTable the private status was never applied
This commit is contained in:
@@ -176,11 +176,11 @@ object Track {
|
||||
(TrackRecordTable.remoteId eq remoteId)
|
||||
}.first()
|
||||
.toTrack()
|
||||
.apply {
|
||||
this.manga_id = mangaId
|
||||
this.private = private
|
||||
}
|
||||
}.apply {
|
||||
this.manga_id = mangaId
|
||||
this.private = private
|
||||
}
|
||||
|
||||
val tracker = TrackerManager.getTracker(trackerId)!!
|
||||
|
||||
val chapter = queryMaxReadChapter(mangaId)
|
||||
|
||||
Reference in New Issue
Block a user