diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-26 16:47:52 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-26 16:47:52 -0500 |
| commit | 5fa3817a7667b5de8822ed436b8a66bd05a1afde (patch) | |
| tree | ee65e4f94813ae3cb300fc802f02e4864b3eaaec /Emby.Server.Implementations/Dto | |
| parent | 666604e8cb51b59d17bb30cfadaa3f4976456ec9 (diff) | |
update components
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index 4ee3df7f5e..8b6b388db3 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); } |
