mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Update metadata now ignores only completed manga setting
This commit is contained in:
		@@ -209,7 +209,7 @@ class LibraryUpdateService : Service() {
 | 
			
		||||
                db.getFavoriteMangas().executeAsBlocking().distinctBy { it.id }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (preferences.updateOnlyNonCompleted()) {
 | 
			
		||||
        if (!intent.getBooleanExtra(UPDATE_DETAILS, false) && preferences.updateOnlyNonCompleted()) {
 | 
			
		||||
            listToUpdate = listToUpdate.filter { it.status != Manga.COMPLETED }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user