mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Update Jellyfin.Api/Models/ClientLogDtos/ClientLogDocumentResponseDto.cs
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
This commit is contained in:
parent
73201ed498
commit
f4844c08a5
@ -8,15 +8,15 @@ namespace Jellyfin.Api.Models.ClientLogDtos
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ClientLogDocumentResponseDto"/> class.
|
/// Initializes a new instance of the <see cref="ClientLogDocumentResponseDto"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="filename">The file name.</param>
|
/// <param name="fileName">The file name.</param>
|
||||||
public ClientLogDocumentResponseDto(string filename)
|
public ClientLogDocumentResponseDto(string fileName)
|
||||||
{
|
{
|
||||||
Filename = filename;
|
FileName = fileName;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the resulting filename.
|
/// Gets the resulting filename.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Filename { get; }
|
public string FileName { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user