!wip on Music API

This commit is contained in:
tidusjar 2019-04-09 21:56:55 +01:00
commit c2764fe780
10 changed files with 147 additions and 1 deletions

View file

@ -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
}
}