mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
chapter downloading fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user