mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Removed redundent classes.
This commit is contained in:
parent
d18029fe5b
commit
c7286863b0
8 changed files with 22 additions and 104 deletions
|
@ -5,17 +5,8 @@ namespace NzbDrone.Core.Repository
|
|||
public class Config
|
||||
{
|
||||
[SubSonicPrimaryKey]
|
||||
public string Key
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string Value
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string Key { get; set; }
|
||||
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue