diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-15 18:52:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-15 18:52:43 -0400 |
| commit | bf30936550a0b9be69e646a1b27988914ce9ec4a (patch) | |
| tree | 01f492d79e714ff2efff69a54a514c449716def5 /MediaBrowser.Server.Implementations/Dto | |
| parent | d7cfa0d22cad210fb37dd8aa6bcf41b416129e58 (diff) | |
#712 - Support grouping multiple versions of a movie
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Dto/DtoService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs index fadf4c900f..6f6a3f0435 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -1082,6 +1082,7 @@ namespace MediaBrowser.Server.Implementations.Dto dto.IsHD = video.IsHD; dto.PartCount = video.AdditionalPartIds.Count + 1; + dto.HasAlternateVersions = video.HasAlternateVersions; if (fields.Contains(ItemFields.Chapters)) { |
