aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-22 12:06:27 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-22 12:06:27 -0400
commit86a084bf5e12956395785401f68c8596fbb708ee (patch)
tree5737f9f5f9f9786c1d2c6a5180951d1e42721f34 /MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
parent71780d401f9521d7b76ac773e7b048de55ff2380 (diff)
update build scripts
Diffstat (limited to 'MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs b/MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
index 2867cbecb..54f2539ff 100644
--- a/MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
+++ b/MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
@@ -112,7 +112,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
try
{
return _fileSystem
- .GetFileSystemEntryPaths(path)
+ .GetDirectoryPaths(path)
.ToList();
}
catch (IOException ex)