mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 07:12:56 +01:00
fix provider logging messages
This commit is contained in:
@@ -4,6 +4,7 @@ using MediaBrowser.Controller.Entities.TV;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Model.Logging;
|
||||
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
@@ -12,6 +13,10 @@ namespace MediaBrowser.Controller.Providers
|
||||
/// </summary>
|
||||
public class SortNameProvider : BaseMetadataProvider
|
||||
{
|
||||
public SortNameProvider(ILogManager logManager) : base(logManager)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Supportses the specified item.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user