chapter downloading fixes

This commit is contained in:
Luke Pulverenti
2014-06-11 22:38:40 -04:00
parent a18f4e37ac
commit 29ed437d79
6 changed files with 48 additions and 12 deletions

View File

@@ -560,7 +560,8 @@ namespace MediaBrowser.Controller.Entities
Size = i.Size,
Formats = (i.FormatName ?? string.Empty).Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries).ToList(),
Timestamp = i.Timestamp,
Type = type
Type = type,
PlayableStreamFileNames = i.PlayableStreamFileNames.ToList()
};
if (string.IsNullOrEmpty(info.Container))