Encoding 850 issue for jsonconvert

This commit is contained in:
Glax 2024-02-28 02:12:23 +01:00
parent db53e2156b
commit b4708c5d10

View File

@ -9,7 +9,8 @@ namespace Tranga;
public abstract class GlobalBase
{
protected Logger? logger { get; init; }
[JsonIgnore]
public Logger? logger { get; init; }
protected TrangaSettings settings { get; init; }
protected HashSet<NotificationConnector> notificationConnectors { get; init; }
protected HashSet<LibraryConnector> libraryConnectors { get; init; }