mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Auto complete for paths added. Config text boxes are now wider.
This commit is contained in:
@@ -2,12 +2,15 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class RootDirModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string CleanPath { get; set; }
|
||||
public SelectList SelectList { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user