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