Fix PseudoStreaming config
This commit is contained in:
parent
2bb5a9745b
commit
7907a95cc5
2 changed files with 4 additions and 2 deletions
|
@ -223,7 +223,8 @@ INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES
|
|||
(223, 'own_video_rating', '1'),
|
||||
(224, 'vbrate_hd', '500000'),
|
||||
(225, 'store_guest_session', 'no'),
|
||||
(226, 'delete_mass_upload', 'no');
|
||||
(226, 'delete_mass_upload', 'no'),
|
||||
(227, 'pseudostreaming', 'yes');
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
-- Addition for 2.8.2
|
||||
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (224, 'store_guest_session', 'no');
|
||||
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'store_guest_session', 'no');
|
||||
INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'pseudostreaming', 'yes');
|
Loading…
Add table
Reference in a new issue