mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Changed: Added "Remastered" to album cleaning regex
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user