Rename NewSeriesProviderIdsDictionary to NewSeriesProviderIds

This commit is contained in:
softworkz
2016-02-27 23:09:14 +01:00
parent 35fb164c1d
commit 719f675fe5
3 changed files with 5 additions and 5 deletions

View File

@@ -21,6 +21,6 @@ namespace MediaBrowser.Model.FileOrganization
public string TargetFolder { get; set; }
public Dictionary<string, string> NewSeriesProviderIdsDictionary { get; set; }
public Dictionary<string, string> NewSeriesProviderIds { get; set; }
}
}