Skip to content

Commit

Permalink
修复追番列表的开播状态
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 30, 2024
1 parent 9998415 commit 9019989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ data class SubjectCollection(
/**
* 是否已经开播了第一集
*/
val SubjectCollection.hasStarted get() = airingInfo.isOnAir
val SubjectCollection.hasStarted get() = airingInfo.isOnAir || airingInfo.isCompleted

fun SubjectCollection.getEpisodeToPlay(): EpisodeCollection? {
if (continueWatchingStatus is ContinueWatchingStatus.Watched) {
Expand Down

0 comments on commit 9019989

Please sign in to comment.