diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-10 10:01:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-10 10:01:16 -0400 |
| commit | 4f7e8fee24ead08d114f41e9fd9c1c7b4dd55359 (patch) | |
| tree | 4e0437477fc7f58311ecd932058423ad2973399f /MediaBrowser.Server.Implementations/Connect/ConnectManager.cs | |
| parent | 1b600aee37fbcbe27ba48e669b5ada790aa4c5da (diff) | |
improve ffmpeg cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Connect/ConnectManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Connect/ConnectManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs index b1b6cd899..2d39f760e 100644 --- a/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs +++ b/MediaBrowser.Server.Implementations/Connect/ConnectManager.cs @@ -517,7 +517,7 @@ namespace MediaBrowser.Server.Implementations.Connect if (!connectUser.IsActive) { - throw new ArgumentException("The Emby account has been disabled."); + throw new ArgumentException("The Emby account is not active. Please ensure the account has been activated by following the instructions within the email confirmation."); } connectUserId = connectUser.Id; |
