Skip to content

Commit

Permalink
fix(animescreen): Fix airing time not showing (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secozzi committed Jul 25, 2024
1 parent 1d18aa3 commit 5c93981
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,9 @@ class AnimeScreenModel(
)
}
}
}

screenModelScope.launchIO {
combine(
getTracks.subscribe(anime.id).catch { logcat(LogPriority.ERROR, it) },
trackerManager.loggedInTrackersFlow(),
Expand Down

0 comments on commit 5c93981

Please sign in to comment.