update library monitor logging

This commit is contained in:
Luke Pulverenti 2017-03-08 14:05:33 -05:00
parent 9383378e81
commit 0747752ef6
3 changed files with 7 additions and 6 deletions

View file

@ -417,7 +417,7 @@ namespace Emby.Server.Core.IO
{ {
try try
{ {
Logger.Debug("Changed detected of type " + e.ChangeType + " to " + e.FullPath); //Logger.Debug("Changed detected of type " + e.ChangeType + " to " + e.FullPath);
var path = e.FullPath; var path = e.FullPath;

View file

@ -160,10 +160,10 @@ namespace Emby.Server.Implementations.IO
.DistinctBy(i => i.Id) .DistinctBy(i => i.Id)
.ToList(); .ToList();
foreach (var p in paths) //foreach (var p in paths)
{ //{
Logger.Info(p + " reports change."); // Logger.Info(p + " reports change.");
} //}
// If the root folder changed, run the library task so the user can see it // If the root folder changed, run the library task so the user can see it
if (itemsToRefresh.Any(i => i is AggregateFolder)) if (itemsToRefresh.Any(i => i is AggregateFolder))

View file

@ -31,7 +31,8 @@ namespace MediaBrowser.Api.Playback.Progressive
/// <summary> /// <summary>
/// Class AudioService /// Class AudioService
/// </summary> /// </summary>
[Authenticated] // TODO: In order to autheneticate this in the future, Dlna playback will require updating
//[Authenticated]
public class AudioService : BaseProgressiveStreamingService public class AudioService : BaseProgressiveStreamingService
{ {
/// <summary> /// <summary>