mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00: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',
|
||||
icon : 'icon-sonarr-refresh',
|
||||
command : 'downloadedMovieScan',
|
||||
command : 'downloadedMoviesScan',
|
||||
properties : { sendUpdates : true }
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue