diff options
| author | crobibero <cody@robibe.ro> | 2020-09-07 14:07:15 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-07 14:07:15 -0600 |
| commit | 7de0fcfc948da26c4d9be95e6712b47bed0590db (patch) | |
| tree | e37320deba934fa88847511f2ac37926767337f7 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 26c432b56489ec68c0cb708982c6939bf8e6e0e5 (diff) | |
| parent | 386ffd1b65ea3ea6d1ba63c1818ee99e90a4e8e6 (diff) | |
Merge remote-tracking branch 'upstream/master' into startup-complete
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 a9baf893c..93d55cc67 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1442,10 +1442,6 @@ namespace Emby.Server.Implementations } } - public virtual void EnableLoopback(string appName) - { - } - private bool _disposed = false; /// <summary> |
