mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07:00
Fix file download
This commit is contained in:
parent
cefe6fe7c6
commit
6b480f5138
@ -352,7 +352,7 @@ import actionsheet from 'actionsheet';
|
||||
});
|
||||
break;
|
||||
case 'download':
|
||||
import('fileDownloader').then(({default: fileDownloader}) => {
|
||||
import('fileDownloader').then((fileDownloader) => {
|
||||
const downloadHref = apiClient.getItemDownloadUrl(itemId);
|
||||
fileDownloader.download([{
|
||||
url: downloadHref,
|
||||
|
Loading…
Reference in New Issue
Block a user