Lots of different UI enhancements and fixes #865

This commit is contained in:
tidusjar 2017-09-04 22:36:32 +01:00
parent 855a11ba9a
commit ece8b39632
24 changed files with 351 additions and 61 deletions

View file

@ -13,7 +13,7 @@ namespace Ombi.Store.Repository.Requests
Db = ctx;
}
private IOmbiContext Db { get; }
public IOmbiContext Db { get; }
public async Task<TvRequests> GetRequestAsync(int tvDbId)
{