mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed EpisodeProvider queries with multiple terms.
SeriesProvider.FindSeries will now return the QualityProfile when a series is found.
This commit is contained in:
parent
85d5b07c67
commit
d6920ee8ea
5 changed files with 11 additions and 5 deletions
|
@ -106,7 +106,6 @@ namespace NzbDrone.Core.Test
|
|||
mocker.GetMock<DiskProvider>()
|
||||
.Setup(e => e.GetSize(fileName)).Returns(size).Verifiable();
|
||||
|
||||
|
||||
//Act
|
||||
var result = mocker.Resolve<MediaFileProvider>().ImportFile(fakeSeries, fileName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue