aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2015-04-03 22:24:58 -0400
committerLuke <luke.pulverenti@gmail.com>2015-04-03 22:24:58 -0400
commit481e6635b49fd096bcf47da6115a7827254f84a1 (patch)
tree901037b4799dc2cc9600af2ea4f74c5303889a58 /MediaBrowser.Server.Implementations/Dto
parentf9ab5cfad22afd9e5d330276a15f7a84828dbdb8 (diff)
parentd94d8e88af4880b1d3b558eef339b979363b5ce6 (diff)
Merge pull request #1068 from MediaBrowser/master
3.0.5572.0
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index a35549671b..8934c9c8fc 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -282,7 +282,7 @@ namespace MediaBrowser.Server.Implementations.Dto
}
}
}
-
+
if (fields.Contains(ItemFields.Studios))
{
AttachStudios(dto, item);