mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed some broken tests.
This commit is contained in:
parent
b27217bcf4
commit
2f42e7dd83
4 changed files with 19 additions and 20 deletions
|
@ -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]";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue