mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Merge conflicts resolved.
Added Language parsing.
This commit is contained in:
commit
11b96afd75
13 changed files with 603 additions and 134 deletions
|
@ -22,6 +22,8 @@ namespace NzbDrone.Core.Model
|
|||
|
||||
public QualityTypes Quality { get; set; }
|
||||
|
||||
public LanguageType Language { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Episodes == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue