diff --git a/Shoko.Server/Services/AnimeSeriesService.cs b/Shoko.Server/Services/AnimeSeriesService.cs index ef7889f5c..f19e1cc7f 100644 --- a/Shoko.Server/Services/AnimeSeriesService.cs +++ b/Shoko.Server/Services/AnimeSeriesService.cs @@ -640,7 +640,7 @@ private void UpdateMissingEpisodeStats(SVR_AnimeSeries series, List userReleaseGroups.Contains(a.GroupID)); } - // If epReleased is false, then we consider the episode to be not released even if it has aired as no group has released it + // If epReleased is false, then we consider the episode to be not released, even if it has aired, as no group has released it if (!epReleased) return; var vids = videoLocals[ep.AniDB_EpisodeID].ToList();