mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
pretty...
This commit is contained in:
parent
beaf0cf939
commit
afafc6b032
285 changed files with 32688 additions and 784 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