fix: json fehler
This commit is contained in:
@@ -247,7 +247,7 @@ public class ItemHistoryService : IDisposable
|
||||
Name = item.Name,
|
||||
FirstSeen = DateTime.UtcNow,
|
||||
FilePath = item.Path,
|
||||
ProviderIdsJson = JsonSerializer.Serialize(item.ProviderIds ?? new Dictionary<string, string>())
|
||||
ProviderIdsJson = System.Text.Json.JsonSerializer.Serialize(item.ProviderIds ?? new Dictionary<string, string>())
|
||||
};
|
||||
|
||||
if (item is Episode ep)
|
||||
|
||||
Reference in New Issue
Block a user