Fixed .config searches followedStreams.maxCount. Version upped to 4.3.20

This commit is contained in:
Kwoth
2024-01-20 15:06:45 +00:00
parent b0ac35b82e
commit a7e1e8a982
3 changed files with 6 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public class SearchesConfigService : ConfigServiceBase<SearchesConfig>
AddParsedProp("followedStreams.maxCount",
sc => sc.FollowedStreams.MaxCount,
ConfigParsers.InsensitiveEnum,
int.TryParse,
ConfigPrinters.ToString);
Migrate();