diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-05 13:55:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-05 13:55:38 -0400 |
| commit | 3a8b567f14ec3353cf55e296e6f06e13632b2e10 (patch) | |
| tree | 5112d8469106caa247420a1db3b4443da348d2a7 /MediaBrowser.Controller/Entities/Book.cs | |
| parent | 364c8206bf500ac466d5360ddfe01b67fa8b59a9 (diff) | |
update file responses
Diffstat (limited to 'MediaBrowser.Controller/Entities/Book.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Book.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Entities/Book.cs b/MediaBrowser.Controller/Entities/Book.cs index a6da389f0..7cb242589 100644 --- a/MediaBrowser.Controller/Entities/Book.cs +++ b/MediaBrowser.Controller/Entities/Book.cs @@ -24,12 +24,10 @@ namespace MediaBrowser.Controller.Entities public string SeriesName { get; set; } [IgnoreDataMember] public Guid? SeriesId { get; set; } - [IgnoreDataMember] - public string SeriesSortName { get; set; } public string FindSeriesSortName() { - return SeriesSortName; + return SeriesName; } public string FindSeriesName() { |
