diff --git a/Shoko.Server/Settings/ServerSettings.cs b/Shoko.Server/Settings/ServerSettings.cs index 845cc034c..82361959c 100644 --- a/Shoko.Server/Settings/ServerSettings.cs +++ b/Shoko.Server/Settings/ServerSettings.cs @@ -59,7 +59,7 @@ public class ServerSettings : IServerSettings public bool AutoGroupSeries { get; set; } - public List AutoGroupSeriesRelationExclusions { get; set; } = new() { "same setting", "character" }; + public List AutoGroupSeriesRelationExclusions { get; set; } = new() { "same setting", "character", "other" }; public bool AutoGroupSeriesUseScoreAlgorithm { get; set; }