Explorar o código

fix typo

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Nyanmisaka %!s(int64=4) %!d(string=hai) anos
pai
achega
a79c210c76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Api/Controllers/DisplayPreferencesController.cs

+ 1 - 1
Jellyfin.Api/Controllers/DisplayPreferencesController.cs

@@ -189,7 +189,7 @@ namespace Jellyfin.Api.Controllers
             {
                 if (!Enum.TryParse<ViewType>(displayPreferences.CustomPrefs[key], true, out var type))
                 {
-                    _logger.LogError("Invaild ViewType: {LandingScreenOption}", displayPreferences.CustomPrefs[key]);
+                    _logger.LogError("Invalid ViewType: {LandingScreenOption}", displayPreferences.CustomPrefs[key]);
                     displayPreferences.CustomPrefs.Remove(key);
                 }
             }