aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/Profiler.cs
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-03-10 22:45:17 +0100
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-03-10 22:45:17 +0100
commit6131599e8808a6cdddba8ce0da82107cc662ae1c (patch)
treea43499ea871b5770465c0938a2bc20ae923a4d2d /MediaBrowser.Controller/Library/Profiler.cs
parent76957213e601e8f03c9975707d5e0a22b899207b (diff)
parent97bca5a9008ba94411c45572e690decc58805b85 (diff)
Merge branch 'master' into support-injecting-iconfiguration
Diffstat (limited to 'MediaBrowser.Controller/Library/Profiler.cs')
-rw-r--r--MediaBrowser.Controller/Library/Profiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/Profiler.cs b/MediaBrowser.Controller/Library/Profiler.cs
index 9fe175a7c..46a97d181 100644
--- a/MediaBrowser.Controller/Library/Profiler.cs
+++ b/MediaBrowser.Controller/Library/Profiler.cs
@@ -28,7 +28,7 @@ namespace MediaBrowser.Controller.Library
/// </summary>
/// <param name="name">The name.</param>
/// <param name="logger">The logger.</param>
- public Profiler(string name, ILogger logger)
+ public Profiler(string name, ILogger<Profiler> logger)
{
this._name = name;