mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update download function
This commit is contained in:
parent
d6c9993abe
commit
e65500d84e
5 changed files with 14 additions and 8 deletions
|
@ -479,7 +479,6 @@
|
|||
case 'download':
|
||||
{
|
||||
require(['fileDownloader'], function (fileDownloader) {
|
||||
|
||||
var downloadHref = ApiClient.getUrl("Items/" + itemId + "/Download", {
|
||||
api_key: ApiClient.accessToken()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue