aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-02 18:05:04 +0100
committerBond_009 <bond.009@outlook.com>2019-01-02 18:05:04 +0100
commit78dafb5399941e0e1b6110c6424d06f4477e80cc (patch)
treefa33b3642ee64e02f0a3a2d8c6fce5a5c09f4fac /Emby.Server.Implementations/ApplicationHost.cs
parent36a109cb0f5bd22daae2895948b357b366b5062f (diff)
Throw exception when calling unreachable function
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 5853d20c8..98c7cf38b 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -2291,10 +2291,7 @@ namespace Emby.Server.Implementations
/// <returns>Task{CheckForUpdateResult}.</returns>
public Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress)
{
-#if DEBUG
throw new Exception("Unimplemented");
-#endif
- return Task.FromResult(new CheckForUpdateResult());
}
/// <summary>