mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove unused sync code
This commit is contained in:
parent
78d8253f13
commit
9eeec9270d
6 changed files with 0 additions and 41 deletions
|
@ -290,14 +290,6 @@ export function getCommands(options) {
|
|||
});
|
||||
}
|
||||
|
||||
if (options.sync !== false && itemHelper.canSync(user, item)) {
|
||||
commands.push({
|
||||
name: globalize.translate('Sync'),
|
||||
id: 'sync',
|
||||
icon: 'sync'
|
||||
});
|
||||
}
|
||||
|
||||
if (options.openAlbum !== false && item.AlbumId && item.MediaType !== 'Photo') {
|
||||
commands.push({
|
||||
name: globalize.translate('ViewAlbum'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue