mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
updated exception logging.
This commit is contained in:
parent
736cd90b94
commit
1585234055
2 changed files with 2 additions and 7 deletions
|
@ -255,11 +255,6 @@ namespace Exceptron.Client
|
|||
|
||||
var fileName = frame.GetFileName();
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(fileName))
|
||||
{
|
||||
fileName = new FileInfo(fileName).Name;
|
||||
}
|
||||
|
||||
var currentFrame = new Frame
|
||||
{
|
||||
i = index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue