aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IO/FileData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/IO/FileData.cs')
-rw-r--r--MediaBrowser.Controller/IO/FileData.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IO/FileData.cs b/MediaBrowser.Controller/IO/FileData.cs
index 6d18070ad..0d253beba 100644
--- a/MediaBrowser.Controller/IO/FileData.cs
+++ b/MediaBrowser.Controller/IO/FileData.cs
@@ -64,6 +64,10 @@ namespace MediaBrowser.Controller.IO
dict[data.FullName] = data;
}
+ else
+ {
+ logger.Warn("Cannot add unavailble/non-existent location {0}", data.FullName);
+ }
}
else if (flattenFolderDepth > 0 && isDirectory)
{