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

@@ -18,6 +18,7 @@ using MediaBrowser.Model.Providers;
namespace MediaBrowser.Controller.LiveTv
{
[Common.RequiresSourceSerialisation]
public class LiveTvProgram : BaseItem, IHasLookupInfo<ItemLookupInfo>, IHasStartDate, IHasProgramAttributes
{
private const string EmbyServiceName = "Emby";