mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
Fix SA1513, SA1514, SA1507, and SA1508
This commit is contained in:
@@ -197,6 +197,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
public virtual bool SupportsRemoteImageDownloading => true;
|
||||
|
||||
private string _name;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name.
|
||||
/// </summary>
|
||||
@@ -661,6 +662,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
|
||||
private string _forcedSortName;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the forced sort.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user