mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-29 11:23:02 +02:00
Removed extraneous dictionary, no dictception.
This commit is contained in:
parent
9048da1dd5
commit
3468adf85c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user