mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Combined AddNew and AddExisting Series pages.
Fixed AddNew Series
This commit is contained in:
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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user