aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-09 01:25:09 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-01-09 01:25:09 -0500
commit3b7b06f70b181b2d6c4ea951725050c5edb5cf86 (patch)
tree47f8cd3fd650b39598cfa80da38afb793ba4c4cb /Emby.Server.Implementations/Library/LibraryManager.cs
parentfe25f3cbacca11ef609332e87f70eed54f179e86 (diff)
support .tp video container
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 4dd6cd303..db514af76 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -2481,6 +2481,8 @@ namespace Emby.Server.Implementations.Library
options.VideoFileExtensions.Remove(".zip");
}
+ options.VideoFileExtensions.Add(".tp");
+
return options;
}