mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Fix for error when clicking Rescan Drone Folder
This commit is contained in:
parent
dae389ce64
commit
f1e8a9acfc
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ module.exports = Marionette.Layout.extend({
|
||||||
{
|
{
|
||||||
title : 'Rescan Drone Factory Folder',
|
title : 'Rescan Drone Factory Folder',
|
||||||
icon : 'icon-sonarr-refresh',
|
icon : 'icon-sonarr-refresh',
|
||||||
command : 'downloadedMovieScan',
|
command : 'downloadedMoviesScan',
|
||||||
properties : { sendUpdates : true }
|
properties : { sendUpdates : true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue