Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
8633ad22
Verified
Commit
8633ad22
authored
Jun 21, 2022
by
Chocobozzz
Browse files
Fix AP element with deleted video federation
parent
5b2ede7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/models/video/video-playlist-element.ts
View file @
8633ad22
...
...
@@ -351,7 +351,7 @@ export class VideoPlaylistElementModel extends Model<Partial<AttributesOnly<Vide
id
:
this
.
url
,
type
:
'
PlaylistElement
'
,
url
:
this
.
Video
.
url
,
url
:
this
.
Video
?
.
url
||
null
,
position
:
this
.
position
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment