mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fixed: Size parsing of empty description from torrent RSS feeds
This commit is contained in:
@@ -30,6 +30,7 @@ namespace NzbDrone.Core.Test.IndexerTests
|
||||
[TestCase("100 Kb/s")]
|
||||
[TestCase(" 12341234")]
|
||||
[TestCase("12341234 other")]
|
||||
[TestCase("")]
|
||||
public void should_not_parse_size(string sizeString)
|
||||
{
|
||||
var result = RssParser.ParseSize(sizeString, true);
|
||||
|
||||
Reference in New Issue
Block a user