mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Loads more work *phew* !wip
This commit is contained in:
parent
f72e48659c
commit
70db3c7bca
33 changed files with 841 additions and 487 deletions
|
@ -7,5 +7,6 @@ namespace Ombi.Core.Models.Requests
|
|||
{
|
||||
IMovieRequestRepository MovieRequestService { get; }
|
||||
ITvRequestRepository TvRequestService { get; }
|
||||
IMusicRequestRepository MusicRequestRepository { get; }
|
||||
}
|
||||
}
|
|
@ -1,15 +1,7 @@
|
|||
namespace Ombi.Core.Models.Requests
|
||||
{
|
||||
public class MusicArtistRequestViewModel
|
||||
public class MusicAlbumRequestViewModel
|
||||
{
|
||||
public string ForeignArtistId { get; set; }
|
||||
public ArtistRequestOption RequestOption { get; set; }
|
||||
}
|
||||
|
||||
public enum ArtistRequestOption
|
||||
{
|
||||
AllAlbums = 0,
|
||||
LatestAlbum = 1,
|
||||
FirstAlbum = 2
|
||||
public string ForeignAlbumId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue