fixed more tests.

This commit is contained in:
kay.one 2013-03-31 23:22:16 -07:00
commit 048162a0ef
45 changed files with 424 additions and 677 deletions

View file

@ -118,7 +118,7 @@ namespace NzbDrone.Core.Organizer
{
result += String.Format(" [{0}]", episodeFile.Quality);
if (episodeFile.Proper)
if (episodeFile.Quality.Proper)
result += " [Proper]";
}