mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-14 07:55:07 +01:00
Fix HLS i18n key
This commit is contained in:
parent
c51500ba7a
commit
0c19716836
@ -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": {
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user