V7 small fixes (#1426)

This commit is contained in:
Markos Gogoulos
2025-11-11 13:15:36 +02:00
committed by GitHub
parent e80590a3aa
commit d9f299af4d
5 changed files with 13 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ function downloadOptionsList() {
link: formatInnerLink(encodings_info[k][g].url, SiteContext._currentValue.url),
linkAttr: {
target: '_blank',
download: media_data.title + '_' + k + '_' + g.toUpperCase(),
download: k + '_' + g.toLowerCase() + '_' + media_data.title,
},
};
}