aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto/DtoService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-02-26 16:48:37 -0500
committerGitHub <noreply@github.com>2017-02-26 16:48:37 -0500
commit2b549909754948d9bd914d9c836e982bc1f2be5c (patch)
treea2f69870174e3cb5794ab724862f9bc00b0dc21b /Emby.Server.Implementations/Dto/DtoService.cs
parent02481aa6249210eb040f06bb679936354a6b959e (diff)
parent5d094874e5d94b4dabc8f5499fe6a879df5dfd23 (diff)
Merge pull request #2496 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Dto/DtoService.cs')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index 4ee3df7f5..8b6b388db 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -491,7 +491,7 @@ namespace Emby.Server.Implementations.Dto
}
}
- //if (!(item is LiveTvProgram))
+ if (!(item is LiveTvProgram))
{
dto.PlayAccess = item.GetPlayAccess(user);
}