1
0
Fork 0
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:
Luke Pulverenti 2016-04-27 22:56:18 -04:00
parent 3657bdf7b7
commit acb094fa46
2 changed files with 11 additions and 4 deletions

View file

@ -94,6 +94,8 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
'filedownload'
];
features.push('sharing');
return features.indexOf(command.toLowerCase()) != -1;
},
appInfo: function () {