mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
FIxed: Sync updates failing due to 0 id
This commit is contained in:
@@ -129,7 +129,7 @@ namespace NzbDrone.Core.Applications.Sonarr
|
||||
|
||||
var sonarrIndexer = new SonarrIndexer
|
||||
{
|
||||
Id = 0,
|
||||
Id = id,
|
||||
Name = $"{indexer.Name} (Prowlarr)",
|
||||
EnableRss = indexer.Enable,
|
||||
EnableAutomaticSearch = indexer.Enable,
|
||||
|
Reference in New Issue
Block a user