Fix for cover albums not found (#413)

This commit is contained in:
X-Ryl669 2016-08-17 16:46:22 +02:00 committed by Phan An
parent 03407d5adc
commit fa8ebeb832

View file

@ -345,6 +345,7 @@ class File
->depth(0)
->ignoreUnreadableDirs()
->files()
->followLinks()
->name('/(cov|fold)er\.(jpe?g|png)$/i')
->in(dirname($this->path))
));