mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Combined AddNew and AddExisting Series pages.
Fixed AddNew Series
This commit is contained in:
parent
6c7fa1674e
commit
463881843e
9 changed files with 193 additions and 209 deletions
13
NzbDrone.Web/Models/RootDirModel.cs
Normal file
13
NzbDrone.Web/Models/RootDirModel.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class RootDirModel
|
||||
{
|
||||
public string Path { get; set; }
|
||||
public string CleanPath { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue