mirror of
https://github.com/Readarr/Readarr
synced 2026-02-14 18:53:04 +01:00
Fixed: Failing history test
This commit is contained in:
parent
2c0d272c54
commit
ea2e8e499d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,12 +61,12 @@ public void should_use_file_name_for_source_title_if_scene_name_is_null()
|
|||
var trackFile = Builder<TrackFile>.CreateNew()
|
||||
.With(f => f.SceneName = null)
|
||||
.With(f => f.Artist = artist)
|
||||
.With(f => f.Album = new Album())
|
||||
.Build();
|
||||
|
||||
var localTrack = new LocalTrack
|
||||
{
|
||||
Artist = artist,
|
||||
Album = new Album(),
|
||||
Tracks = tracks,
|
||||
Path = @"C:\Test\Unsorted\Artist.01.Hymn.mp3"
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue