mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Readarr.Api.V1.FileSystem
|
||||
return new string[0];
|
||||
}
|
||||
|
||||
return _diskScanService.GetAudioFiles(path).Select(f => new
|
||||
return _diskScanService.GetBookFiles(path).Select(f => new
|
||||
{
|
||||
Path = f.FullName,
|
||||
Name = f.Name
|
||||
|
||||
Reference in New Issue
Block a user