mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
improve ffmpeg cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user