Adds jpeg to default album art filter

This commit is contained in:
Antoine Gersant 2020-12-15 01:32:58 -08:00
parent c2807b60de
commit bd48ad1a5c

View file

@ -4,4 +4,4 @@ CREATE TABLE misc_settings (
index_sleep_duration_seconds INTEGER NOT NULL,
index_album_art_pattern TEXT NOT NULL
);
INSERT INTO misc_settings (id, auth_secret, index_sleep_duration_seconds, index_album_art_pattern) VALUES (0, hex(randomblob(64)), 1800, "Folder.(jpg|png)");
INSERT INTO misc_settings (id, auth_secret, index_sleep_duration_seconds, index_album_art_pattern) VALUES (0, hex(randomblob(64)), 1800, "Folder.(jpeg|jpg|png)");