fixes
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 54s

This commit is contained in:
CodeDevMLH
2026-01-06 23:20:57 +01:00
parent cba5bc8c95
commit 399b19f384
4 changed files with 4 additions and 11 deletions

View File

@@ -133,7 +133,6 @@ public class ScriptInjector
// Use reflection to access WebPath property to ensure compatibility across different Jellyfin versions
var prop = _appPaths.GetType().GetProperty("WebPath", BindingFlags.Instance | BindingFlags.Public);
return prop?.GetValue(_appPaths) as string;
return prop?.GetValue(_appPaths) as string;
}
private void RegisterFileTransformation()