fix(animescreen): Fix airing time not showing (#1720)

This commit is contained in:
Secozzi 2024-07-25 10:19:56 +00:00 committed by GitHub
parent 1d18aa313f
commit 5c939814a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -994,7 +994,9 @@ class AnimeScreenModel(
)
}
}
}
screenModelScope.launchIO {
combine(
getTracks.subscribe(anime.id).catch { logcat(LogPriority.ERROR, it) },
trackerManager.loggedInTrackersFlow(),