Merge pull request #716 from frecuencialibre/podcast-ui-2

Clarify podcast settings and workflow
This commit is contained in:
Robb 2019-02-27 13:09:42 -05:00 committed by GitHub
commit bc14230281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 1859 additions and 213 deletions

View file

@ -391,5 +391,5 @@ 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);
INSERT INTO cc_pref("keystr", "valstr") VALUES('podcast_auto_smartblock', 0);
-- end