mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Switched over to using Spotify API for meta data. This will require deleting DB to start using.
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