mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 01:57:02 +01:00
added error handling to image tag generation
This commit is contained in:
@@ -588,7 +588,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// Gets or sets the community rating vote count.
|
||||
/// </summary>
|
||||
/// <value>The community rating vote count.</value>
|
||||
public int VoteCount { get; set; }
|
||||
public int? VoteCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the run time ticks.
|
||||
|
||||
Reference in New Issue
Block a user