Throw exception when calling unreachable function

This commit is contained in:
Bond_009 2019-01-02 18:05:04 +01:00
parent 36a109cb0f
commit 78dafb5399

View file

@ -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>