Merge pull request #735 from Bond-009/loop

Readability changes
This commit is contained in:
Joshua M. Boniface
2019-03-04 00:27:48 -05:00
committed by GitHub
11 changed files with 74 additions and 47 deletions

View File

@@ -119,9 +119,9 @@ namespace Emby.Server.Implementations.Data
{
list.Add(row[0].ReadGuidFromBlob());
}
catch
catch (Exception ex)
{
Logger.LogError(ex, "Error while getting user");
}
}
}