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