mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Updated folder mapping logic. Added unmapped folder view.
This commit is contained in:
parent
beaf0cf939
commit
9d52229e04
20 changed files with 4033 additions and 448 deletions
|
@ -32,6 +32,13 @@ namespace NzbDrone.Web.Controllers
|
|||
}
|
||||
|
||||
|
||||
public ActionResult UnMapped()
|
||||
{
|
||||
_seriesProvider.SyncSeriesWithDisk();
|
||||
return View(_seriesProvider.GetUnmappedFolders());
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// GET: /Series/Details/5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue