mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
fix SA1513/SA1516
This commit is contained in:
@@ -3,13 +3,21 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.Models.Search
|
||||
public class TvResult
|
||||
{
|
||||
public string Backdrop_Path { get; set; }
|
||||
|
||||
public string First_Air_Date { get; set; }
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Original_Name { get; set; }
|
||||
|
||||
public string Poster_Path { get; set; }
|
||||
|
||||
public double Popularity { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public double Vote_Average { get; set; }
|
||||
|
||||
public int Vote_Count { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user