mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
Allow music library scanning to follow symbolic links whenever applicable (#401)
This commit is contained in:
parent
8baf33a285
commit
6e80635acb
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ class Media
|
|||
return Finder::create()
|
||||
->ignoreUnreadableDirs()
|
||||
->files()
|
||||
->followLinks()
|
||||
->name('/\.(mp3|ogg|m4a|flac)$/i')
|
||||
->in($path);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue