mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel display
This commit is contained in:
parent
489dc97aab
commit
22a0210633
5 changed files with 9 additions and 14 deletions
|
@ -51,13 +51,6 @@
|
|||
text: Globalize.translate('MobileSyncFeatureDescription')
|
||||
});
|
||||
}
|
||||
else if (AppInfo.isNativeApp) {
|
||||
list.push({
|
||||
name: Globalize.translate('HeaderCloudSync'),
|
||||
icon: 'sync',
|
||||
text: Globalize.translate('CloudSyncFeatureDescription')
|
||||
});
|
||||
}
|
||||
else {
|
||||
list.push({
|
||||
name: Globalize.translate('HeaderCinemaMode'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue