mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
camelCase var fix
This commit is contained in:
parent
6a308ffae7
commit
560fe45087
1 changed files with 2 additions and 2 deletions
|
@ -362,13 +362,13 @@ define(["apphost", "globalize", "connectionManager", "itemHelper", "appRouter",
|
|||
document.body.removeChild(textArea);
|
||||
};
|
||||
if (navigator.clipboard === undefined) {
|
||||
textareaCopy();
|
||||
textAreaCopy();
|
||||
} else {
|
||||
navigator.clipboard.writeText(downloadHref).then(function () {
|
||||
require(["toast"], function (toast) {
|
||||
toast(globalize.translate("CopyStreamURLSuccess"));
|
||||
});
|
||||
}, textareaCopy);
|
||||
}, textAreaCopy);
|
||||
}
|
||||
getResolveFunction(resolve, id)();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue