diff --git a/.gitignore b/.gitignore index 08271f1286..be36dbdb65 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,5 @@ sitemap.xml /plugin/WebRTCLiveCam/ /plugin/Wix/ -/plugin/Live/standAloneFiles/WebRTCServer/configuration.php \ No newline at end of file +/plugin/Live/standAloneFiles/WebRTCServer/configuration.php +/plugin/Fishr/ \ No newline at end of file diff --git a/admin/design_first_page.php b/admin/design_first_page.php index d20589869d..43070ba27d 100644 --- a/admin/design_first_page.php +++ b/admin/design_first_page.php @@ -7,9 +7,10 @@ $channelListSwitch = Plugin::isEnabledByName('FirstPageChannelList'); if (empty($netflixSwitch) && empty($gallerySwitch) && empty($youtubeSwitch) && empty($channelListSwitch)) { $defaultSwitch = true; } +$delay = 0.5; ?>