Merge pull request #581 from Robbt/fix-default-podcast-override
Modified the database to turn on the podcast album override by default
This commit is contained in:
commit
e97a7f04ef
|
@ -387,4 +387,9 @@ ANALYZE cc_pref; -- this validates the new partial index
|
|||
--end added in 2.5.14
|
||||
|
||||
-- For now, just needs to be truthy - to be updated later; we should find a better way to implement this...
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('whats_new_dialog_viewed', 1);
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('whats_new_dialog_viewed', 1);
|
||||
|
||||
--added for LibreTime to turn on podcast album override by default 3.0.0.alpha6
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_album_override', 1);
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_auto_smartblock', 1);
|
||||
-- end
|
Loading…
Reference in New Issue