Throw exception when calling unreachable function

pull/702/head
Bond_009 6 years ago
parent 36a109cb0f
commit 78dafb5399

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

Loading…
Cancel
Save