Remove unneeded variable

This commit is contained in:
Jobobby04 2020-05-03 21:46:43 -04:00
parent 06d3a753ac
commit ada0703d17

View File

@ -278,7 +278,6 @@ class BackupRestoreService : Service() {
)
)
val (manga, chapters, categories, history, tracks) = migrated
val source = backupManager.sourceManager.getOrStub(manga.source)
// <-- EXH
if (job?.isActive != true) {