diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-07 13:40:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 13:40:40 +0100 |
| commit | d4004bcaf585a146e433d23d7781a2fb55b33cb0 (patch) | |
| tree | 136afbbab44ee5c350089ac949c21e13c5da8f08 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 268af7dac3d8cd7419a39b2abca5b18cb97ebe3d (diff) | |
| parent | c750632cfc3956b1b8f4c80b4f51160acb4c8392 (diff) | |
Merge pull request #62 from jellyfin/master
Updating from master
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index c37e87d96..318a853c5 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1431,10 +1431,6 @@ namespace Emby.Server.Implementations } } - public virtual void EnableLoopback(string appName) - { - } - private bool _disposed = false; /// <summary> |
