mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -14,11 +14,17 @@ namespace MediaBrowser.Controller.Dto
|
||||
};
|
||||
|
||||
public ItemFields[] Fields { get; set; }
|
||||
|
||||
public ImageType[] ImageTypes { get; set; }
|
||||
|
||||
public int ImageTypeLimit { get; set; }
|
||||
|
||||
public bool EnableImages { get; set; }
|
||||
|
||||
public bool AddProgramRecordingInfo { get; set; }
|
||||
|
||||
public bool EnableUserData { get; set; }
|
||||
|
||||
public bool AddCurrentProgram { get; set; }
|
||||
|
||||
public DtoOptions()
|
||||
|
||||
Reference in New Issue
Block a user