mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
@@ -50,6 +50,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
[TestCase("Songs of Experience (Deluxe Edition)", "Songs of Experience")]
|
||||
[TestCase("Mr. Bad Guy [Special Edition]", "Mr. Bad Guy")]
|
||||
[TestCase("Sweet Dreams (Album)", "Sweet Dreams")]
|
||||
[TestCase("Now What?! (Limited Edition)", "Now What?!")]
|
||||
public void should_remove_common_tags_from_album_title(string title, string correct)
|
||||
{
|
||||
var result = Parser.Parser.CleanAlbumTitle(title);
|
||||
|
||||
Reference in New Issue
Block a user