mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed: TrackedDownloadFixture Un-parsable title
This commit is contained in:
parent
caac321ef9
commit
8320508688
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue