mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 13:48:55 +03:00
fix(animescreen): Fix airing time not showing (#1720)
This commit is contained in:
parent
1d18aa313f
commit
5c939814a7
1 changed files with 2 additions and 0 deletions
|
@ -994,7 +994,9 @@ class AnimeScreenModel(
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
screenModelScope.launchIO {
|
||||
combine(
|
||||
getTracks.subscribe(anime.id).catch { logcat(LogPriority.ERROR, it) },
|
||||
trackerManager.loggedInTrackersFlow(),
|
||||
|
|
Loading…
Reference in a new issue