api: add tag pager to /media/:media_id

This commit is contained in:
Lucas 2023-03-17 20:59:34 +00:00
parent 171c6ee8cd
commit 58989f2c53
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ sub show ($self)
download => $media->seaweedfs_fid,
content_type => $media->content_type,
tags => [ @tags ],
pager => { $self->pager($paged_media_tags->pager) },
});
};