Fix Json serialization error

This commit is contained in:
Bond_009
2019-10-15 17:49:49 +02:00
parent 0ccbc2f374
commit 5edb8159a7
45 changed files with 364 additions and 378 deletions

View File

@@ -1,5 +1,5 @@
using System;
using MediaBrowser.Model.Serialization;
using System.Text.Json.Serialization;
namespace MediaBrowser.Controller.Entities
{
@@ -93,7 +93,7 @@ namespace MediaBrowser.Controller.Entities
/// This should never be serialized.
/// </summary>
/// <value><c>null</c> if [likes] contains no value, <c>true</c> if [likes]; otherwise, <c>false</c>.</value>
[IgnoreDataMember]
[JsonIgnore]
public bool? Likes
{
get