Basic Metadata Polish (#3548)
This commit is contained in:
parent
c0b59d87a4
commit
4c44dbf3e2
20 changed files with 3596 additions and 467 deletions
2798
API.Tests/Services/ExternalMetadataServiceTests.cs
Normal file
2798
API.Tests/Services/ExternalMetadataServiceTests.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -17,7 +17,7 @@ namespace API.Tests.Services;
|
|||
|
||||
public class ProcessSeriesTests
|
||||
{
|
||||
|
||||
// TODO: Implement
|
||||
|
||||
#region UpdateSeriesMetadata
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ public class SeriesServiceTests : AbstractDbTest
|
|||
|
||||
_seriesService = new SeriesService(_unitOfWork, Substitute.For<IEventHub>(),
|
||||
Substitute.For<ITaskScheduler>(), Substitute.For<ILogger<SeriesService>>(),
|
||||
Substitute.For<IScrobblingService>(), locService, Substitute.For<IImageService>());
|
||||
Substitute.For<IScrobblingService>(), locService);
|
||||
}
|
||||
#region Setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue