mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add migrations
This commit is contained in:
parent
2fb5b3a55a
commit
9cc8d43e37
6 changed files with 70 additions and 17 deletions
|
@ -328,7 +328,7 @@ function videoModelToActivityPubObject (video: VideoModel): VideoTorrentObject {
|
|||
subtitleLanguage,
|
||||
icon: {
|
||||
type: 'Image',
|
||||
url: miniature.getUrl(),
|
||||
url: miniature.getFileUrl(),
|
||||
mediaType: 'image/jpeg',
|
||||
width: miniature.width,
|
||||
height: miniature.height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue