mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Started adding Emby, Lots of backend work done. Need a few more services done and login and user management. #435
This commit is contained in:
parent
2ab7aaa4b9
commit
868301f552
43 changed files with 1495 additions and 18 deletions
|
@ -249,7 +249,7 @@
|
|||
// });
|
||||
// CacheMock.Setup(x => x.Get<List<PlexSearch>>(CacheKeys.PlexLibaries)).Returns(cachedMovies);
|
||||
// SettingsMock.Setup(x => x.GetSettings()).Returns(F.Create<PlexSettings>());
|
||||
// var movies = Checker.GetPlexMovies();
|
||||
// var movies = Checker.GetEmbyMovies();
|
||||
|
||||
// Assert.That(movies.Any(x => x.ProviderId == "1212"));
|
||||
// }
|
||||
|
@ -267,7 +267,7 @@
|
|||
// });
|
||||
// SettingsMock.Setup(x => x.GetSettings()).Returns(F.Create<PlexSettings>());
|
||||
// CacheMock.Setup(x => x.Get<List<PlexSearch>>(CacheKeys.PlexLibaries)).Returns(cachedTv);
|
||||
// var movies = Checker.GetPlexTvShows();
|
||||
// var movies = Checker.GetEmbyTvShows();
|
||||
|
||||
// Assert.That(movies.Any(x => x.ProviderId == "1212"));
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue