mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:09:05 +00:00
@@ -108,10 +108,8 @@ func (r *mediaResolver) Downloads(ctx context.Context, obj *models.Media) ([]*mo
|
||||
}
|
||||
|
||||
downloads = append(downloads, &models.MediaDownload{
|
||||
Title: title,
|
||||
Width: url.Width,
|
||||
Height: url.Height,
|
||||
URL: url.URL(),
|
||||
Title: title,
|
||||
MediaURL: url,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user