Skip to content

Commit

Permalink
Add some commas to a comment to improve readability in UpdateMissingE…
Browse files Browse the repository at this point in the history
…pisodeStats
  • Loading branch information
da3dsoul committed Aug 24, 2024
1 parent 466826c commit 40a1a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/Services/AnimeSeriesService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ private void UpdateMissingEpisodeStats(SVR_AnimeSeries series, List<SVR_AnimeEpi
epReleasedGroup = filteredGroups.Any(a => 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();
Expand Down

0 comments on commit 40a1a37

Please sign in to comment.