mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Force live type specification in first step
This commit is contained in:
parent
3eb7ee658d
commit
1e2fe802d1
10 changed files with 67 additions and 11 deletions
|
@ -119,7 +119,7 @@ export abstract class APVideoAbstractBuilder {
|
|||
}
|
||||
|
||||
protected async setStreamingPlaylists (video: MVideoFullLight, t: Transaction) {
|
||||
const streamingPlaylistAttributes = getStreamingPlaylistAttributesFromObject(video, this.videoObject, video.VideoFiles || [])
|
||||
const streamingPlaylistAttributes = getStreamingPlaylistAttributesFromObject(video, this.videoObject)
|
||||
const newStreamingPlaylists = streamingPlaylistAttributes.map(a => new VideoStreamingPlaylistModel(a))
|
||||
|
||||
// Remove video playlists that do not exist anymore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue