mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
migrations; torr search, dl, seed, delete; files scan, delete; configs
This commit is contained in:
@@ -36,7 +36,7 @@ export class VideoFilesScannerService {
|
||||
}
|
||||
|
||||
const findOptions = [path, '-name'].concat(
|
||||
this.config.getVideoFilesExt().join(' -o -name ').split(' '),
|
||||
('*' + this.config.getVideoFilesExt().join(' -o -name *')).split(' '),
|
||||
);
|
||||
|
||||
const objCommand = spawn('find', findOptions);
|
||||
|
||||
Reference in New Issue
Block a user