mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
fixed recursion bug.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user