mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
update library monitor logging
This commit is contained in:
@@ -160,10 +160,10 @@ namespace Emby.Server.Implementations.IO
|
||||
.DistinctBy(i => i.Id)
|
||||
.ToList();
|
||||
|
||||
foreach (var p in paths)
|
||||
{
|
||||
Logger.Info(p + " reports change.");
|
||||
}
|
||||
//foreach (var p in paths)
|
||||
//{
|
||||
// Logger.Info(p + " reports change.");
|
||||
//}
|
||||
|
||||
// If the root folder changed, run the library task so the user can see it
|
||||
if (itemsToRefresh.Any(i => i is AggregateFolder))
|
||||
|
||||
Reference in New Issue
Block a user