mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-30 09:41:10 +01:00
Removed extraneous dictionary, no dictception.
This commit is contained in:
@@ -85,8 +85,6 @@ namespace NzbDrone.Core.Providers.Indexer
|
||||
|
||||
if (this.HasAttributes)
|
||||
{
|
||||
var attributes = new Dictionary<string, string>();
|
||||
|
||||
while (this.MoveToNextAttribute())
|
||||
{
|
||||
message += String.Format(" [{0}:{1}]", this.Name, this.Value);
|
||||
|
||||
Reference in New Issue
Block a user