Rename MP3-320 to MP3

This commit is contained in:
ta264
2021-05-26 22:09:32 +01:00
parent 3abda061ba
commit 9fb7a1051e
40 changed files with 229 additions and 229 deletions
@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Test.MediaFiles
var files = Builder<BookFile>.CreateListOfSize(10)
.All()
.With(c => c.Id = 0)
.With(c => c.Quality = new QualityModel(Quality.MP3_320))
.With(c => c.Quality = new QualityModel(Quality.MP3))
.TheFirst(5)
.With(c => c.EditionId = _edition.Id)
.TheRest()
@@ -99,7 +99,7 @@ namespace NzbDrone.Core.Test.MediaFiles
var files = Builder<BookFile>.CreateListOfSize(2)
.All()
.With(c => c.Id = 0)
.With(c => c.Quality = new QualityModel(Quality.MP3_320))
.With(c => c.Quality = new QualityModel(Quality.MP3))
.TheFirst(1)
.With(c => c.Path = @"C:\Test\Path2\Author\somefile1.flac".AsOsAgnostic())
.TheNext(1)