Fix request parameters
This commit is contained in:
parent
d801621cfc
commit
5924a81eeb
15
Jellyfin.Api/Models/LibraryStructureDto/LibraryOptionsDto.cs
Normal file
15
Jellyfin.Api/Models/LibraryStructureDto/LibraryOptionsDto.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using MediaBrowser.Model.Configuration;
|
||||
|
||||
namespace Jellyfin.Api.Models.LibraryStructureDto
|
||||
{
|
||||
/// <summary>
|
||||
/// Library options dto.
|
||||
/// </summary>
|
||||
public class LibraryOptionsDto
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets library options.
|
||||
/// </summary>
|
||||
public LibraryOptions? LibraryOptions { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user