update live tv cache location

This commit is contained in:
Luke Pulverenti
2015-10-24 11:33:22 -04:00
parent b6f019b7f2
commit 9babddb271
4 changed files with 10 additions and 2 deletions

View File

@@ -1310,6 +1310,11 @@ namespace MediaBrowser.Server.Implementations.Dto
dto.Video3DFormat = video.Video3DFormat;
dto.IsoType = video.IsoType;
if (video.HasSubtitles)
{
dto.HasSubtitles = video.HasSubtitles;
}
if (video.AdditionalParts.Count != 0)
{
dto.PartCount = video.AdditionalParts.Count + 1;