Lint
This commit is contained in:
parent
c3a5439d26
commit
510ae46fbf
@ -600,7 +600,7 @@ class LibraryUpdateService(
|
|||||||
// Get this manga's trackers from the database
|
// Get this manga's trackers from the database
|
||||||
val dbTracks = db.getTracks(manga).executeAsBlocking()
|
val dbTracks = db.getTracks(manga).executeAsBlocking()
|
||||||
|
|
||||||
//find the mdlist entry if its unfollowed the follow it
|
// find the mdlist entry if its unfollowed the follow it
|
||||||
val tracker = TrackItem(dbTracks.firstOrNull { it.sync_id == TrackManager.MDLIST } ?: trackManager.mdList.createInitialTracker(manga), trackManager.mdList)
|
val tracker = TrackItem(dbTracks.firstOrNull { it.sync_id == TrackManager.MDLIST } ?: trackManager.mdList.createInitialTracker(manga), trackManager.mdList)
|
||||||
|
|
||||||
if (tracker.track?.status == FollowStatus.UNFOLLOWED.int) {
|
if (tracker.track?.status == FollowStatus.UNFOLLOWED.int) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user