diff options
| -rw-r--r-- | .config/dotnet-tools.json | 2 | ||||
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/it.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index bc574d7054..e7d991d94a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "10.0.10", + "version": "10.0.11", "commands": [ "dotnet-ef" ] diff --git a/Emby.Server.Implementations/Localization/Core/it.json b/Emby.Server.Implementations/Localization/Core/it.json index ac784da64f..41097ed92e 100644 --- a/Emby.Server.Implementations/Localization/Core/it.json +++ b/Emby.Server.Implementations/Localization/Core/it.json @@ -120,5 +120,6 @@ "NameExtraThemeSong": "Sigla musicale", "NameExtraTrailer": "Trailer", "NameExtraFeaturette": "Caratteristica", - "NameExtraThemeVideo": "Video tematico" + "NameExtraThemeVideo": "Video tematico", + "NameExtraUnknown": "Extra" } |
