small 7.2.x fixes

This commit is contained in:
Markos Gogoulos
2025-11-11 19:51:42 +02:00
committed by GitHub
parent 01912ea1f9
commit c035bcddf5
5 changed files with 19 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ export default class ViewerInfoVideoTitleBanner extends ViewerInfoTitleBanner {
.downloadLink ? (
<VideoMediaDownloadLink />
) : (
<OtherMediaDownloadLink link={this.downloadLink} title={this.props.title} />
<OtherMediaDownloadLink link={this.downloadLink} title={this.downloadFilename} />
)}
<MediaMoreOptionsIcon allowDownload={this.props.allowDownload} />