diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-20 20:48:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-20 20:48:24 -0500 |
| commit | 7327bb91a3bffd1631ffc7368d82d05b286a7f4b (patch) | |
| tree | 26d7da95fe3e3b2772b8b39a2463a6c0ac7652fc | |
| parent | 6a5488c65142fe5532177ea52a2a98433cd70420 (diff) | |
Fix func name
| -rw-r--r-- | Jellyfin.Server/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 810bf9446..0510548b5 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -254,7 +254,7 @@ namespace Jellyfin.Server } } - public static IImageEncoder getImageEncoder( + public static IImageEncoder GetImageEncoder( IFileSystem fileSystem, IApplicationPaths appPaths, ILocalizationManager localizationManager) |
