mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Merge branch 'develop' of https://github.com/mattman86/Lidarr into runraid
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user