mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sharing widget
This commit is contained in:
parent
3657bdf7b7
commit
acb094fa46
2 changed files with 11 additions and 4 deletions
|
@ -94,6 +94,8 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
|||
'filedownload'
|
||||
];
|
||||
|
||||
features.push('sharing');
|
||||
|
||||
return features.indexOf(command.toLowerCase()) != -1;
|
||||
},
|
||||
appInfo: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue