mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
Fix for cover albums not found (#413)
This commit is contained in:
parent
03407d5adc
commit
fa8ebeb832
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ class File
|
|||
->depth(0)
|
||||
->ignoreUnreadableDirs()
|
||||
->files()
|
||||
->followLinks()
|
||||
->name('/(cov|fold)er\.(jpe?g|png)$/i')
|
||||
->in(dirname($this->path))
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue