Readded custom serialisation

This commit is contained in:
JPVenson
2024-10-10 18:01:14 +00:00
parent ea4c208fde
commit 439a997fca
15 changed files with 79 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ using System.Text.Json.Serialization;
namespace MediaBrowser.Controller.Entities
{
[Common.RequiresSourceSerialisation]
public class PhotoAlbum : Folder
{
[JsonIgnore]