mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Ability to manually add a show has been added.
UI cleanup for adding series (new, existing and manual).
This commit is contained in:
@@ -4,6 +4,7 @@ using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using NzbDrone.Core.Repository;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
@@ -14,5 +15,9 @@ namespace NzbDrone.Web.Models
|
||||
[DisplayName("Single Series Path")]
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
public string SeriesName { get; set; }
|
||||
|
||||
public string DirectorySeparatorChar { get; set; }
|
||||
|
||||
public List<RootDir> RootDirectories { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user