New: Added album disambiguation to UI and Naming [ex. Weezer (Blue Album)] (#431)

This commit is contained in:
Qstick
2018-07-20 18:33:56 -04:00
committed by GitHub
parent 54d1d90e16
commit e6a43b2dc0
19 changed files with 73 additions and 39 deletions
@@ -19,6 +19,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public DateTime ReleaseDate { get; set; }
public List<ImageResource> Images { get; set; }
public string Title { get; set; }
public string Disambiguation { get; set; }
public string Overview { get; set; }
public List<string> Genres { get; set; }
public List<string> Labels { get; set; }