aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-23 16:07:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-23 16:07:02 -0400
commit7438aa6dfa5569e639d769c03ccd522d66b5bdeb (patch)
tree29373f23d801d3bf7feeb5c5a027d5ac2b64c114 /MediaBrowser.Server.Implementations
parent87aee1625da956669bce724177821378f4f3158c (diff)
removed codec enums
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs b/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs
index ad2852a91..098d1295f 100644
--- a/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs
+++ b/MediaBrowser.Server.Implementations/EntryPoints/ExternalPortForwarding.cs
@@ -88,7 +88,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
CreateRules(device);
}
- catch (Exception ex)
+ catch (Exception)
{
//_logger.ErrorException("Error creating port forwarding rules", ex);
}