mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
!wip on Music API
This commit is contained in:
parent
ca010a0282
commit
c2764fe780
10 changed files with 147 additions and 1 deletions
|
@ -20,5 +20,9 @@ namespace Ombi.Core.Models.Search
|
|||
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