mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
merge
This commit is contained in:
commit
975a162edd
84 changed files with 812 additions and 282 deletions
|
@ -16,8 +16,13 @@ namespace Ombi.Core.Models.Search
|
|||
public string Cover { get; set; }
|
||||
public string Disk { get; set; }
|
||||
public decimal PercentOfTracks { get; set; }
|
||||
public object[] Genres { get; set; }
|
||||
public override RequestType Type => RequestType.Album;
|
||||
public bool PartiallyAvailable => PercentOfTracks != 100 && PercentOfTracks > 0;
|
||||
public bool FullyAvailable => PercentOfTracks == 100;
|
||||
|
||||
|
||||
// Below is from the INFO call NEED A SEPERATE VM FOR THIS IN V4 TODO
|
||||
// TODO ADD TRACK COUNT
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue