mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/itemcontextmenu.js
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
parent
52e39e792f
commit
6a308ffae7
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
|
|||
break;
|
||||
case "copy-stream":
|
||||
var downloadHref = apiClient.getItemDownloadUrl(itemId);
|
||||
var textareaCopy = function () {
|
||||
var textAreaCopy = function () {
|
||||
var textArea = document.createElement("textarea");
|
||||
textArea.value = downloadHref;
|
||||
document.body.appendChild(textArea);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue