key m3u based on tvgid

This commit is contained in:
Luke Pulverenti
2017-01-23 16:51:23 -05:00
parent dac538e812
commit a3b9d33248
12 changed files with 35 additions and 38 deletions

View File

@@ -108,7 +108,7 @@ namespace MediaBrowser.Server.Mono
// Allow all https requests
ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; });
var fileSystem = new MonoFileSystem(logManager.GetLogger("FileSystem"), false, false);
var fileSystem = new MonoFileSystem(logManager.GetLogger("FileSystem"), false, false, appPaths.TempDirectory);
fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
var environmentInfo = GetEnvironmentInfo();