aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-23 16:09:00 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-23 16:09:00 -0500
commit8e7b97db521913cca9043e1fe1b1edb857053af3 (patch)
tree5b0217623ad3bf8057605219cc8842cafe2e72a1 /MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs
parent2977a55b1bbda7030167157d5bda3017dca71564 (diff)
fixes #687 - Enable/disable live tv per user
Diffstat (limited to 'MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs b/MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs
index 4e27e4e9e..ece21df7a 100644
--- a/MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs
+++ b/MediaBrowser.Server.Implementations/FileOrganization/EpisodeFileOrganizer.cs
@@ -162,6 +162,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
{
result.Status = FileSortingStatus.SkippedExisting;
result.StatusMessage = string.Empty;
+ result.DuplicatePaths = otherDuplicatePaths;
return;
}