flozz / cover-thumbnailer

Generates folder thumbnails for various file browser on Linux to display music album covers, preview of pictures which are in a folder and more.
https://blog.flozz.fr/2020/07/15/cover-thumbnailer-apres-plus-de-10-ans-cest-termine/
GNU General Public License v3.0
82 stars 19 forks source link

Fix bad regex escape sequence #21

Open Caellian opened 3 days ago

Caellian commented 3 days ago

Caused spam in logs.

I suspect you intended to use \\., but also a raw string works.