mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 20:38:27 +01:00
update live tv cache location
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user