mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Import Keyframes into database (#13771)
* Migrate keyframe data into database * Clear database table before import to handle failed migrations
This commit is contained in:
@@ -1421,6 +1421,7 @@ public class DynamicHlsController : BaseJellyfinApiController
|
||||
.ConfigureAwait(false);
|
||||
|
||||
var request = new CreateMainPlaylistRequest(
|
||||
Guid.Parse(state.BaseRequest.MediaSourceId),
|
||||
state.MediaPath,
|
||||
state.SegmentLength * 1000,
|
||||
state.RunTimeTicks ?? 0,
|
||||
|
||||
Reference in New Issue
Block a user