mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-28 09:15:12 +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(
|
combine(
|
||||||
getTracks.subscribe(anime.id).catch { logcat(LogPriority.ERROR, it) },
|
getTracks.subscribe(anime.id).catch { logcat(LogPriority.ERROR, it) },
|
||||||
trackerManager.loggedInTrackersFlow(),
|
trackerManager.loggedInTrackersFlow(),
|
||||||
|
|
Loading…
Reference in a new issue