Merge branch 'develop' of https://github.com/mattman86/Lidarr into runraid

This commit is contained in:
2017-05-07 19:07:44 -07:00
39 changed files with 1270 additions and 354 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Parser.Model
public MediaInfoModel MediaInfo { get; set; }
public bool ExistingFile { get; set; }
public int Album
public string Album
{
get
{
@@ -32,7 +32,7 @@ namespace NzbDrone.Core.Parser.Model
}
}
public bool IsSpecial => Album == 0;
public bool IsSpecial => Album != "";
public override string ToString()
{