mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Adds jpeg to default album art filter
This commit is contained in:
parent
c2807b60de
commit
bd48ad1a5c
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
|
|
Loading…
Reference in a new issue