mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
LogFile mapper is less greedy which logged other messages
This commit is contained in:
parent
177e4b850e
commit
21a3260bf2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace NzbDrone.Api.Frontend
|
|||
|
||||
public bool CanHandle(string resourceUrl)
|
||||
{
|
||||
return resourceUrl.StartsWith("/log");
|
||||
return resourceUrl.StartsWith("/log") && resourceUrl.EndsWith(".txt");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue