aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/BaseItem.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-26 22:59:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-26 22:59:43 -0400
commit371cbc0c1d712b702d5a792a0f2ddb05dbe7af2d (patch)
treeca0ac940a4d2f5be96afd7e8b1604c900ba91068 /MediaBrowser.Controller/Entities/BaseItem.cs
parent403ac43b4fd8f4d6ac5b0aa49dbd0902a0bfbdb6 (diff)
support headroom with guide
Diffstat (limited to 'MediaBrowser.Controller/Entities/BaseItem.cs')
-rw-r--r--MediaBrowser.Controller/Entities/BaseItem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs
index f5fb72de5..f9f03a9c5 100644
--- a/MediaBrowser.Controller/Entities/BaseItem.cs
+++ b/MediaBrowser.Controller/Entities/BaseItem.cs
@@ -1546,7 +1546,7 @@ namespace MediaBrowser.Controller.Entities
if (itemByPath == null)
{
- Logger.Warn("Unable to find linked item at path {0}", info.Path);
+ //Logger.Warn("Unable to find linked item at path {0}", info.Path);
}
return itemByPath;