aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-30 14:06:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-30 14:06:54 -0400
commit8de80d43ba496535aac89d9ec260d8dc2550169b (patch)
treee5fc08084783fd745d39f585fb347ceb0955f390 /Emby.Server.Implementations/Dto
parentb5f14258e0563c7eeb54ee8e9e00a07056ac9255 (diff)
update ResolutionNormalizer
Diffstat (limited to 'Emby.Server.Implementations/Dto')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index 22793e6529..a0bbd171f8 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -418,6 +418,8 @@ namespace Emby.Server.Implementations.Dto
{
dto.Type = "Recording";
dto.CanDownload = false;
+ dto.RunTimeTicks = null;
+
if (!string.IsNullOrWhiteSpace(dto.SeriesName))
{
dto.EpisodeTitle = dto.Name;