1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 10:01:28 +00:00

set the default for ENABLE_FLASH_PLAYER to true

This commit is contained in:
Andrew Dolgov
2008-08-01 06:15:17 +01:00
parent 94145fdf96
commit e7490ab155
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_FLASH_PLAYER', 1, 'false', 'Enable inline MP3 player', 3, 'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ENABLE_FLASH_PLAYER', 1, 'true', 'Enable inline MP3 player', 3, 'Enable the Flash-based XSPF Player to play MP3-format podcast enclosures.');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('STRIP_IMAGES', 1, 'false', 'Do not show images in articles', 2);