Remove Lazy

This commit is contained in:
Gary Wilber
2020-12-02 23:23:13 -08:00
parent 74f211960a
commit 2b6b2cbf31
3 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ namespace MediaBrowser.Controller.BaseItemManager
/// <summary>
/// Gets the semaphore used to limit the amount of concurrent metadata refreshes.
/// </summary>
Lazy<SemaphoreSlim> MetadataRefreshThrottler { get; }
SemaphoreSlim MetadataRefreshThrottler { get; }
/// <summary>
/// Is metadata fetcher enabled.