mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
moved displaypreferences to usermanager to solve concurrency issues
This commit is contained in:
parent
dcc057f324
commit
b4dd8a2106
17 changed files with 193 additions and 229 deletions
|
|
@ -160,7 +160,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
|
||||
if (exception != null)
|
||||
{
|
||||
_logger.ErrorException("Error processing request", exception);
|
||||
_logger.ErrorException("Error processing request for {0}", exception, req.RawUrl);
|
||||
|
||||
if (!string.IsNullOrEmpty(exception.Message))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue