mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:35:08 +01:00
Fix HLS i18n key
This commit is contained in:
parent
c51500ba7a
commit
0c19716836
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "movie-web",
|
||||
"version": "4.4.0",
|
||||
"version": "4.4.1",
|
||||
"private": true,
|
||||
"homepage": "https://movie-web.app",
|
||||
"scripts": {
|
||||
|
@ -82,7 +82,7 @@ export function DownloadView({ id }: { id: string }) {
|
||||
copyToClipboard(downloadUrl);
|
||||
}}
|
||||
>
|
||||
{t("player.menus.downloads.downloadPlaylist")}
|
||||
{t("player.menus.downloads.copyHlsPlaylist")}
|
||||
</Button>
|
||||
<Button
|
||||
className="w-full mt-2"
|
||||
|
Loading…
Reference in New Issue
Block a user