Fix HLS i18n key

This commit is contained in:
William Oldham 2024-02-11 12:23:10 +00:00
parent c51500ba7a
commit 0c19716836
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "movie-web", "name": "movie-web",
"version": "4.4.0", "version": "4.4.1",
"private": true, "private": true,
"homepage": "https://movie-web.app", "homepage": "https://movie-web.app",
"scripts": { "scripts": {

View File

@ -82,7 +82,7 @@ export function DownloadView({ id }: { id: string }) {
copyToClipboard(downloadUrl); copyToClipboard(downloadUrl);
}} }}
> >
{t("player.menus.downloads.downloadPlaylist")} {t("player.menus.downloads.copyHlsPlaylist")}
</Button> </Button>
<Button <Button
className="w-full mt-2" className="w-full mt-2"