diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-07 23:22:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-07 23:22:02 -0400 |
| commit | f952ac0f1f84f43f68cd28173b7c3ff9369a2040 (patch) | |
| tree | 4dc4860830ccb4322db8927ae236d8f0a7922517 /MediaBrowser.Controller/Entities/Book.cs | |
| parent | 674b40af03ba2e524c6b813f3d728047e2ba29b0 (diff) | |
fix season ids
Diffstat (limited to 'MediaBrowser.Controller/Entities/Book.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Book.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Book.cs b/MediaBrowser.Controller/Entities/Book.cs index 34368d61f..9d35c86d2 100644 --- a/MediaBrowser.Controller/Entities/Book.cs +++ b/MediaBrowser.Controller/Entities/Book.cs @@ -20,6 +20,7 @@ namespace MediaBrowser.Controller.Entities [IgnoreDataMember] public string SeriesName { get; set; } + [IgnoreDataMember] public Guid? SeriesId { get; set; } public string FindSeriesName() |
