mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed more tests.
This commit is contained in:
parent
48880e4964
commit
048162a0ef
45 changed files with 424 additions and 677 deletions
|
@ -118,7 +118,7 @@ namespace NzbDrone.Core.Organizer
|
|||
{
|
||||
result += String.Format(" [{0}]", episodeFile.Quality);
|
||||
|
||||
if (episodeFile.Proper)
|
||||
if (episodeFile.Quality.Proper)
|
||||
result += " [Proper]";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue