mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Rename MP3-320 to MP3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user