diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-20 22:10:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-20 22:10:42 -0500 |
| commit | e163fea9d9fed9f19e81999a7de45f3157db5b3e (patch) | |
| tree | ca32a6ef76f6424ae5847ee2251ac37e90f35b68 /RSSDP/SsdpDeviceLocator.cs | |
| parent | a8bce31a01225911b69f2c3b59a7397895f7b79b (diff) | |
| parent | b4bd4e3584fafe559345e47feb6f8e1d8c1ed699 (diff) | |
Merge pull request #248 from jellyfin/develop
Master 3.5.2-4
Diffstat (limited to 'RSSDP/SsdpDeviceLocator.cs')
| -rw-r--r-- | RSSDP/SsdpDeviceLocator.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs index 6a61a52f3..32289822f 100644 --- a/RSSDP/SsdpDeviceLocator.cs +++ b/RSSDP/SsdpDeviceLocator.cs @@ -124,7 +124,7 @@ namespace Rssdp.Infrastructure { await SearchAsync(CancellationToken.None).ConfigureAwait(false); } - catch (Exception ex) + catch (Exception) { } @@ -621,4 +621,4 @@ namespace Rssdp.Infrastructure #endregion } -}
\ No newline at end of file +} |
