aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-13 23:45:17 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-13 23:45:17 -0400
commit5fe9b054c8c1c87261009f3aba997c4d594fcd6d (patch)
treec5bb9f34e55ec97a54a42b43b0ea0f4fe9d985ba /MediaBrowser.Server.Implementations
parent1fdaee1bb9935092e15cff3bbb8a976c811b0e4a (diff)
3.0.5582.0
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 6a7323fde..c4501564f 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -357,6 +357,8 @@ namespace MediaBrowser.Server.Implementations.Dto
: item.CanDownload(user);
}
+
+
return dto;
}