mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 12:59:15 -06:00
Fix AP element with deleted video federation
This commit is contained in:
parent
5b2ede7d55
commit
8633ad22a7
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user