mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 02:00:25 +01:00
Reworked CategoryInfo and added ImageType enum
This commit is contained in:
parent
45cde97a58
commit
7d48e20aea
@@ -4,6 +4,9 @@ using System.Text;
|
||||
|
||||
namespace MediaBrowser.Logging
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides a Logger that can write to any Stream
|
||||
/// </summary>
|
||||
public class StreamLogger : BaseLogger
|
||||
{
|
||||
private Stream Stream { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user