mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
ReSharper code cleanup
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Repository;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
|
||||
public class SettingsModel
|
||||
{
|
||||
[DisplayName("TV Series Root Folder(s)")]
|
||||
public List<RootDir> Directories { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user