From e114356383cb0229ae1b323b73f647eaa655ba3d Mon Sep 17 00:00:00 2001 From: grasshide Date: Sun, 22 Feb 2026 16:32:09 +0100 Subject: [PATCH] Comment out rescan request execution This causes the LMS to rescan on each startup which leads to problems with other plugins because this blocks the database for all scripts with startup hooks. --- SimpleLibraryViews/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleLibraryViews/Plugin.pm b/SimpleLibraryViews/Plugin.pm index 1ccd0c9..6d02f25 100755 --- a/SimpleLibraryViews/Plugin.pm +++ b/SimpleLibraryViews/Plugin.pm @@ -121,7 +121,7 @@ sub registerLibraries { } } - Slim::Control::Request::executeRequest( undef, [ 'rescan' ] ); + #Slim::Control::Request::executeRequest( undef, [ 'rescan' ] ); } sub getDisplayName {