mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 08:18:54 +01:00
Some minor code cleanups
This commit is contained in:
parent
016590529f
commit
670a53258e
@@ -67,7 +67,7 @@ namespace MediaBrowser.Common.Logging
|
||||
|
||||
Thread currentThread = Thread.CurrentThread;
|
||||
|
||||
LogRow row = new LogRow()
|
||||
LogRow row = new LogRow
|
||||
{
|
||||
Severity = severity,
|
||||
Message = message,
|
||||
|
||||
Reference in New Issue
Block a user