mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Merge conflicts resolved.
Added Language parsing.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user