feat: update configuration keys to use PascalCase for consistency across seasonal scripts

This commit is contained in:
CodeDevMLH
2025-12-18 00:01:19 +01:00
parent d73b1d17ff
commit 176aa97c1c
12 changed files with 74 additions and 75 deletions

View File

@@ -70,7 +70,7 @@ public class ScriptInjector
}
catch (UnauthorizedAccessException)
{
_logger.LogWarning("Permission denied when attempting to inject script into index.html. Automatic injection failed. Please ensure the Jellyfin web directory is writable by the process, or manually add the script tag: {ScriptTag}", ScriptTag);
_logger.LogWarning("Access was denied when attempting to inject script into index.html. Automatic injection failed. Please ensure the Jellyfin web directory is writable by the process, or manually add the script tag: {ScriptTag}", ScriptTag);
return false;
}
catch (Exception ex)