JS stuff, fix nocookie setting

This commit is contained in:
Inverle 2025-06-30 19:03:39 +02:00
parent 28ed49bf79
commit eac08e4ffb
3 changed files with 20 additions and 14 deletions

View file

@ -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();
}