Skip to content

Commit

Permalink
Merge pull request #1096 from ShokoAnime/exclude-update
Browse files Browse the repository at this point in the history
Update Default Excluded Relations
  • Loading branch information
ElementalCrisis authored Dec 29, 2023
2 parents 7f4e783 + fef3be2 commit 8a83127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/Settings/ServerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class ServerSettings : IServerSettings

public bool AutoGroupSeries { get; set; }

public List<string> AutoGroupSeriesRelationExclusions { get; set; } = new() { "same setting", "character" };
public List<string> AutoGroupSeriesRelationExclusions { get; set; } = new() { "same setting", "character", "other" };

public bool AutoGroupSeriesUseScoreAlgorithm { get; set; }

Expand Down

0 comments on commit 8a83127

Please sign in to comment.