Changed: Added "Remastered" to album cleaning regex

This commit is contained in:
Qstick
2018-10-24 20:34:21 -04:00
parent eadd6996ef
commit b7fe4193f3
2 changed files with 2 additions and 1 deletions
@@ -59,6 +59,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Sweet Dreams (Album)", "Sweet Dreams")]
[TestCase("Now What?! (Limited Edition)", "Now What?!")]
[TestCase("Random Album Title (Promo CD)", "Random Album Title")]
[TestCase("Hello, I Must Be Going (2016 Remastered)", "Hello, I Must Be Going")]
[TestCase("Limited Edition", "Limited Edition")]
public void should_remove_common_tags_from_album_title(string title, string correct)
{