diff --git a/TMDbLib/Objects/Search/SearchCollection.cs b/TMDbLib/Objects/Search/SearchCollection.cs index 105134a6..8911d45c 100644 --- a/TMDbLib/Objects/Search/SearchCollection.cs +++ b/TMDbLib/Objects/Search/SearchCollection.cs @@ -15,7 +15,6 @@ public class SearchCollection : SearchBase [JsonProperty("backdrop_path")] public string BackdropPath { get; set; } - private string _name; private string _originalName;