diff options
| author | Matt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com> | 2020-07-26 18:14:35 -0500 |
|---|---|---|
| committer | Matt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com> | 2020-07-26 18:14:35 -0500 |
| commit | 0945659cb572be510c7bdd30315f23b0e3c9a8f3 (patch) | |
| tree | 6d0f4ecdfc80d2b90b13653a36eb32b82355a099 /MediaBrowser.Api/QuickConnect/QuickConnectService.cs | |
| parent | a40fe867762ee8b538848b164952d951c3534485 (diff) | |
Apply suggestions from code review
Diffstat (limited to 'MediaBrowser.Api/QuickConnect/QuickConnectService.cs')
| -rw-r--r-- | MediaBrowser.Api/QuickConnect/QuickConnectService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/QuickConnect/QuickConnectService.cs b/MediaBrowser.Api/QuickConnect/QuickConnectService.cs index 9047a1e95..6298f66e5 100644 --- a/MediaBrowser.Api/QuickConnect/QuickConnectService.cs +++ b/MediaBrowser.Api/QuickConnect/QuickConnectService.cs @@ -110,7 +110,7 @@ namespace MediaBrowser.Api.QuickConnect public object Post(Activate request) { - if(_quickConnect.State == QuickConnectState.Unavailable) + if (_quickConnect.State == QuickConnectState.Unavailable) { return false; } |
