mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -26,10 +26,10 @@ namespace Readarr.Api.V1.Indexers
|
||||
|
||||
release.ReleaseWeight = initialWeight;
|
||||
|
||||
if (decision.RemoteAlbum.Artist != null)
|
||||
if (decision.RemoteBook.Author != null)
|
||||
{
|
||||
release.QualityWeight = decision.RemoteAlbum
|
||||
.Artist
|
||||
release.QualityWeight = decision.RemoteBook
|
||||
.Author
|
||||
.QualityProfile.Value.GetIndex(release.Quality.Quality).Index * 100;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user