fixed some broken tests.

This commit is contained in:
kay.one 2013-04-10 22:08:55 -07:00
commit 2f42e7dd83
4 changed files with 19 additions and 20 deletions

View file

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