mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Support music qualities. This is a work in progress, lots of code still references tv series
This commit is contained in:
@@ -36,7 +36,7 @@ namespace NzbDrone.Core.Test.SeriesStatsTests
|
||||
|
||||
_episodeFile = Builder<EpisodeFile>.CreateNew()
|
||||
.With(e => e.SeriesId = _series.Id)
|
||||
.With(e => e.Quality = new QualityModel(Quality.HDTV720p))
|
||||
.With(e => e.Quality = new QualityModel(Quality.MP3256))
|
||||
.BuildNew();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user