Fix suggestions and cleanup

This commit is contained in:
MrTimscampi 2020-08-06 22:09:24 +02:00
parent 21152040ec
commit feb49dd429
12 changed files with 18 additions and 39 deletions

View file

@ -158,7 +158,7 @@ import actionsheet from 'actionsheet';
}
// Books are promoted to major download Button and therefor excluded in the context menu
if ((item.CanDownload && appHost.default.supports('filedownload')) && item.Type !== 'Book') {
if ((item.CanDownload && appHost.supports('filedownload')) && item.Type !== 'Book') {
commands.push({
name: globalize.translate('Download'),
id: 'download',