diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-24 13:54:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-24 13:54:45 -0400 |
| commit | a94a98dc6c1381c177a407139769e0cad566346b (patch) | |
| tree | f572a431ab4a716f388a2a42ef8b243238130897 /MediaBrowser.Server.Implementations/Dto | |
| parent | 501dedb13cd59dc2683ac4192cd11289bd304cfb (diff) | |
apply codec profile conditions
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 66a9284d73..1833b708fc 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -741,6 +741,7 @@ namespace MediaBrowser.Server.Implementations.Dto { dto.LockedFields = item.LockedFields; dto.LockData = item.IsLocked; + dto.ForcedSortName = item.ForcedSortName; } var hasBudget = item as IHasBudget; |
