mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
No success toast when copying URL from prompt
This commit is contained in:
parent
a27ebf3fa0
commit
1448ce1199
1 changed files with 0 additions and 3 deletions
|
@ -362,9 +362,6 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
prompt(globalize.translate("CopyStreamURL"), downloadHref);
|
prompt(globalize.translate("CopyStreamURL"), downloadHref);
|
||||||
require(["toast"], function (toast) {
|
|
||||||
toast(globalize.translate("CopyStreamURLSuccess"));
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
document.body.removeChild(textArea);
|
document.body.removeChild(textArea);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue