aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-24 13:54:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-24 13:54:45 -0400
commita94a98dc6c1381c177a407139769e0cad566346b (patch)
treef572a431ab4a716f388a2a42ef8b243238130897 /MediaBrowser.Server.Implementations/Dto
parent501dedb13cd59dc2683ac4192cd11289bd304cfb (diff)
apply codec profile conditions
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs1
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;