mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Fixed: TrackedDownloadFixture Un-parsable title
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.Download.TrackedDownloads
|
||||
.Returns(new List<History.History>(){
|
||||
new History.History(){
|
||||
DownloadId = "35238",
|
||||
SourceTitle = "Audio Artist - Audio Album",
|
||||
SourceTitle = "Audio Artist - Audio Album [2018 - FLAC]",
|
||||
ArtistId = 5,
|
||||
AlbumId = 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user