This commit is contained in:
Jobobby04 2020-10-15 11:27:56 -04:00
parent c3a5439d26
commit 510ae46fbf

View File

@ -600,7 +600,7 @@ class LibraryUpdateService(
// Get this manga's trackers from the database
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)
if (tracker.track?.status == FollowStatus.UNFOLLOWED.int) {