diff options
| author | JPVenson <github@jpb.email> | 2024-10-10 18:01:14 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-10-10 18:01:14 +0000 |
| commit | 439a997fca67ff5fcbca38c87dfef5acf04e05e3 (patch) | |
| tree | 024761124e347a9d40b096200a449e7bd14f7a09 /MediaBrowser.Controller/LiveTv/LiveTvProgram.cs | |
| parent | ea4c208fde66ec00abba142068db2da674585163 (diff) | |
Readded custom serialisation
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/LiveTvProgram.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvProgram.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs index 2ac6f9963..83944f741 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs @@ -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"; |
