mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed recursion bug.
This commit is contained in:
parent
b73485a58b
commit
7eb0d62c53
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace NzbDrone.Core.Test.Framework
|
|||
|
||||
protected string ReadAllText(params string[] path)
|
||||
{
|
||||
return ReadAllText(Path.Combine(path));
|
||||
return File.ReadAllText(Path.Combine(path));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue