mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Returned missing Graphics, CSS and JavaScript files.
Settings Sub-menu updated to include Quality link. Quality config page started.
This commit is contained in:
parent
3b63cfb5d2
commit
9f0e512f5f
71 changed files with 1708 additions and 49 deletions
14
NzbDrone.Web/Models/QualityModel.cs
Normal file
14
NzbDrone.Web/Models/QualityModel.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using NzbDrone.Core.Repository.Quality;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
public class QualityModel
|
||||
{
|
||||
public List<QualityProfile> Profiles { get; set; }
|
||||
public List<QualityProfile> UserProfiles { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue