From 92a7e9182d86daf21fa25e4096f9b9a158ed7b83 Mon Sep 17 00:00:00 2001 From: Dinesh Solanki <15937452+DineshSolanki@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:46:29 +0530 Subject: [PATCH] Update TMDbLib/Objects/Search/SearchCollection.cs Co-authored-by: Tim Eisele --- TMDbLib/Objects/Search/SearchCollection.cs | 1 - 1 file changed, 1 deletion(-) 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;