Only apply downloaded only to chapter lists in library

This commit is contained in:
arkon
2020-04-27 20:06:47 -04:00
parent 3ba8cff60f
commit ed6f82af0f
3 changed files with 9 additions and 3 deletions
@@ -397,7 +397,7 @@ class ChaptersPresenter(
* Whether downloaded only mode is enabled.
*/
fun forceDownloaded(): Boolean {
return preferences.downloadedOnly().get()
return manga.favorite && preferences.downloadedOnly().get()
}
/**