mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-28 10:37:41 +00:00
Removed extraneous dictionary, no dictception.
This commit is contained in:
parent
9048da1dd5
commit
3468adf85c
1 changed files with 0 additions and 2 deletions
|
@ -85,8 +85,6 @@ internal void CheckForError()
|
|||
|
||||
if (this.HasAttributes)
|
||||
{
|
||||
var attributes = new Dictionary<string, string>();
|
||||
|
||||
while (this.MoveToNextAttribute())
|
||||
{
|
||||
message += String.Format(" [{0}:{1}]", this.Name, this.Value);
|
||||
|
|
Loading…
Reference in a new issue