downloads showing for all media fix
This commit is contained in:
parent
5459908201
commit
26b6564825
2 changed files with 19 additions and 4 deletions
|
@ -527,7 +527,9 @@ class AnimeWatchFragment : Fragment() {
|
|||
episodeAdapter.updateType(style ?: uiSettings.animeDefaultView)
|
||||
episodeAdapter.notifyItemRangeInserted(0, arr.size)
|
||||
for (download in downloadManager.animeDownloadedTypes) {
|
||||
episodeAdapter.stopDownload(download.chapter)
|
||||
if (download.title == media.mainName()) {
|
||||
episodeAdapter.stopDownload(download.chapter)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue