mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 11:52:52 +01:00
added full m3u8 generation
This commit is contained in:
@@ -1042,6 +1042,7 @@ namespace MediaBrowser.Api.Playback
|
||||
}
|
||||
|
||||
itemId = recording.Id;
|
||||
//state.RunTimeTicks = recording.RunTimeTicks;
|
||||
state.SendInputOverStandardInput = recording.RecordingInfo.Status == RecordingStatus.InProgress;
|
||||
}
|
||||
else if (string.Equals(request.Type, "Channel", StringComparison.OrdinalIgnoreCase))
|
||||
@@ -1090,6 +1091,7 @@ namespace MediaBrowser.Api.Playback
|
||||
: video.PlayableStreamFileNames.ToList();
|
||||
}
|
||||
|
||||
state.RunTimeTicks = item.RunTimeTicks;
|
||||
itemId = item.Id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user