mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
rebase cleanup.
This commit is contained in:
parent
6dd56114e3
commit
971053f8a2
11 changed files with 7 additions and 36 deletions
|
@ -1,11 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using ServiceStack.DataAnnotations;
|
||||
|
||||
namespace NzbDrone.Core.Qualities
|
||||
{
|
||||
[Alias("QualityProfiles")]
|
||||
public class QualityProfile : ModelBase
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue