mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Implement Release Parsing, Decision Engine, and Downloading (#35)
* Implement Parsing, Decision Engine, and Downloading
This commit is contained in:
@@ -71,6 +71,7 @@ namespace NzbDrone.Core.Music
|
||||
trackToUpdate.Explicit = track.Explicit;
|
||||
trackToUpdate.ArtistId = album.ArtistId;
|
||||
trackToUpdate.Compilation = track.Compilation;
|
||||
trackToUpdate.Duration = track.Duration;
|
||||
|
||||
|
||||
successCount++;
|
||||
|
||||
Reference in New Issue
Block a user