mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Fix docs
This commit is contained in:
parent
4a4dff1973
commit
593dbcabff
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
using System.IO;
|
||||
|
||||
namespace MediaBrowser.Model.IO
|
||||
{
|
||||
/// <summary>
|
||||
|
|
@ -16,7 +18,7 @@ namespace MediaBrowser.Model.IO
|
|||
public const int FileStreamBufferSize = 4096;
|
||||
|
||||
/// <summary>
|
||||
/// The default <see cref="System.IO.StreamWriter" /> buffer size.
|
||||
/// The default <see cref="StreamWriter" /> buffer size.
|
||||
/// </summary>
|
||||
public const int StreamWriterBufferSize = 1024;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue