mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update slideshow
This commit is contained in:
parent
1c296d8d87
commit
658f5052da
32 changed files with 834 additions and 174 deletions
|
@ -769,7 +769,7 @@
|
|||
}
|
||||
|
||||
if (item.CanDownload) {
|
||||
if (AppInfo.supportsDownloading) {
|
||||
if (appHost.supports('filedownload')) {
|
||||
commands.push('download');
|
||||
}
|
||||
}
|
||||
|
@ -987,7 +987,8 @@
|
|||
api_key: ApiClient.accessToken()
|
||||
});
|
||||
|
||||
fileDownloader([{
|
||||
fileDownloader.download([
|
||||
{
|
||||
url: downloadHref,
|
||||
itemId: itemId
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue