fix provider logging messages

This commit is contained in:
LukePulverenti
2013-03-02 12:59:15 -05:00
parent a6bda6c862
commit 72051998e7
27 changed files with 112 additions and 29 deletions

View File

@@ -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>