JS stuff, fix nocookie setting
This commit is contained in:
parent
28ed49bf79
commit
eac08e4ffb
3 changed files with 20 additions and 14 deletions
|
|
@ -517,7 +517,7 @@ final class YouTubeExtension extends Minz_Extension
|
|||
FreshRSS_Context::userConf()->_attribute('yt_player_width', Minz_Request::paramInt('yt_width'));
|
||||
FreshRSS_Context::userConf()->_attribute('yt_show_content', Minz_Request::paramBoolean('yt_show_content'));
|
||||
FreshRSS_Context::userConf()->_attribute('yt_download_channel_icons', Minz_Request::paramBoolean('yt_download_channel_icons'));
|
||||
FreshRSS_Context::userConf()->_attribute('yt_nocookie', Minz_Request::paramInt('yt_nocookie'));
|
||||
FreshRSS_Context::userConf()->_attribute('yt_nocookie', Minz_Request::paramBoolean('yt_nocookie'));
|
||||
FreshRSS_Context::userConf()->save();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue