aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs')
-rw-r--r--MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs b/MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs
index a5611d69f..ff19291c7 100644
--- a/MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs
+++ b/MediaBrowser.Providers/Tmdb/Models/Collections/Part.cs
@@ -2,10 +2,10 @@ namespace MediaBrowser.Providers.Tmdb.Models.Collections
{
public class Part
{
- public string title { get; set; }
- public int id { get; set; }
- public string release_date { get; set; }
- public string poster_path { get; set; }
- public string backdrop_path { get; set; }
+ public string Title { get; set; }
+ public int Id { get; set; }
+ public string Release_Date { get; set; }
+ public string Poster_Path { get; set; }
+ public string Backdrop_Path { get; set; }
}
}