mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Quality Parsing for VBR Fails in many cases
Fixes #258 Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
@@ -86,6 +86,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
}
|
||||
|
||||
[TestCase("Sia - This Is Acting (Standard Edition) [2016-Web-MP3-V0(VBR)]", null, 0)]
|
||||
[TestCase("Mount Eerie - A Crow Looked at Me (2017) [MP3 V0 VBR)]", null, 0)]
|
||||
public void should_parse_mp3_vbr_v0_quality(string title, string desc, int bitrate)
|
||||
{
|
||||
ParseAndVerifyQuality(title, desc, bitrate, Quality.MP3_VBR);
|
||||
|
||||
Reference in New Issue
Block a user