diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b163362f..e32836da5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## [4.22.2](https://github.com/Ombi-app/Ombi/compare/v4.22.1...v4.22.2) (2022-07-25)
+
+
+### Bug Fixes
+
+* fixed an issue where I broke images for some users ([81ddc85](https://github.com/Ombi-app/Ombi/commit/81ddc8553b9094c3f6843b036daebb2eb9262e00))
+
+
+
+## [4.22.1](https://github.com/Ombi-app/Ombi/compare/v4.22.0...v4.22.1) (2022-07-25)
+
+
+### Bug Fixes
+
+* **discover:** :bug: Created new Image component to handle 429's from TMDB ([#4698](https://github.com/Ombi-app/Ombi/issues/4698)) and fixed [#4635](https://github.com/Ombi-app/Ombi/issues/4635) ([#4699](https://github.com/Ombi-app/Ombi/issues/4699)) ([f22d3da](https://github.com/Ombi-app/Ombi/commit/f22d3da765799365455b919027f7563e52b347c3))
+
+
+
# [4.22.0](https://github.com/Ombi-app/Ombi/compare/v4.21.2...v4.22.0) (2022-07-22)
@@ -341,25 +359,3 @@
-## [4.14.4](https://github.com/Ombi-app/Ombi/compare/v4.14.3...v4.14.4) (2022-03-10)
-
-
-### Bug Fixes
-
-* :bug: Fixed the Request On Behalf autocomplete not filtering correctly ([a8ba2f3](https://github.com/Ombi-app/Ombi/commit/a8ba2f3544a1c01c57f217c4036a277ab0e67a09)), closes [#4539](https://github.com/Ombi-app/Ombi/issues/4539)
-* **translations:** 🌐 New translations from Crowdin [skip ci] ([356c742](https://github.com/Ombi-app/Ombi/commit/356c7424e0ce8c1c5063b04bc6ed9b809f214d65))
-* **translations:** 🌐 New translations from Crowdin [skip ci] ([6fcaecf](https://github.com/Ombi-app/Ombi/commit/6fcaecf80b766f2d43ac7082d74364238e1638b7))
-* **translations:** 🌐 New translations from Crowdin [skip ci] ([132f4d4](https://github.com/Ombi-app/Ombi/commit/132f4d4e609b7fb7e37f38ee2f395926e2911abe))
-* **translations:** 🌐 New translations from Crowdin [skip ci] ([f292006](https://github.com/Ombi-app/Ombi/commit/f292006a08894a8d0ba899c8c6e9fe863e558dda))
-
-
-
-## [4.14.3](https://github.com/Ombi-app/Ombi/compare/v4.14.2...v4.14.3) (2022-03-06)
-
-
-### Bug Fixes
-
-* **availability:** :bug: Fixed an issue where with 4k content, we could repeat notifications ([f9ebc1c](https://github.com/Ombi-app/Ombi/commit/f9ebc1cc2e13c7cd335121cd86295b10eda529ba))
-
-
-
diff --git a/src/Ombi/ClientApp/src/app/components/image/image.component.html b/src/Ombi/ClientApp/src/app/components/image/image.component.html
index 3d5553313..426dd1013 100644
--- a/src/Ombi/ClientApp/src/app/components/image/image.component.html
+++ b/src/Ombi/ClientApp/src/app/components/image/image.component.html
@@ -1 +1 @@
-
+
diff --git a/src/Ombi/ClientApp/src/app/components/image/image.component.ts b/src/Ombi/ClientApp/src/app/components/image/image.component.ts
index e0f9e20b4..57099016a 100644
--- a/src/Ombi/ClientApp/src/app/components/image/image.component.ts
+++ b/src/Ombi/ClientApp/src/app/components/image/image.component.ts
@@ -35,7 +35,6 @@ import { APP_BASE_HREF } from "@angular/common";
}
public onError(event: any) {
- debugger;
// set to a placeholder
switch(this.type) {
case RequestType.movie:
diff --git a/src/Ombi/wwwroot/translations/pt-BR.json b/src/Ombi/wwwroot/translations/pt-BR.json
index cfc718950..19859cf81 100644
--- a/src/Ombi/wwwroot/translations/pt-BR.json
+++ b/src/Ombi/wwwroot/translations/pt-BR.json
@@ -61,7 +61,7 @@
},
"ErrorPages": {
"NotFound": "Pagina não encontrada",
- "SomethingWentWrong": "Something went wrong!"
+ "SomethingWentWrong": "Algo deu errado!"
},
"NavigationBar": {
"Discover": "Explorar",
@@ -212,26 +212,26 @@
"Approve4K": "Aprovar pedido 4K",
"Deny4K": "Recusar pedido de 4K",
"ChangeAvailability": "Marcar Como Disponível",
- "Deleted": "Successfully deleted selected items",
- "Approved": "Successfully approved selected items",
+ "Deleted": "Itens selecionados excluídos com sucesso",
+ "Approved": "Itens selecionados aprovados com sucesso",
"Denied": "Itens selecionados negados com sucesso"
},
- "SuccessfullyApproved": "Successfully Approved",
- "SuccessfullyDeleted": "Request successfully deleted",
- "NowAvailable": "Request is now available",
- "NowUnavailable": "Request is now unavailable",
- "SuccessfullyReprocessed": "Successfully Re-processed the request",
- "DeniedRequest": "Denied Request",
- "RequestCollection": "Request Collection",
- "CollectionSuccesfullyAdded": "The collection {{name}} has been successfully added!",
- "NeedToSelectEpisodes": "You need to select some episodes!",
+ "SuccessfullyApproved": "Aprovado com Sucesso",
+ "SuccessfullyDeleted": "Solicitação excluída com sucesso",
+ "NowAvailable": "O pedido agora está disponível",
+ "NowUnavailable": "A solicitação está indisponível",
+ "SuccessfullyReprocessed": "A solicitação foi reprocessada com sucesso",
+ "DeniedRequest": "Pedido negado",
+ "RequestCollection": "Solicitar Coleção",
+ "CollectionSuccesfullyAdded": "A coleção {{name}} foi adicionada com sucesso!",
+ "NeedToSelectEpisodes": "Você precisa selecionar alguns episódios!",
"RequestAddedSuccessfully": "Solicitação de {{title}} foi adicionada com sucesso",
"ErrorCodes": {
- "AlreadyRequested": "This has already been requested",
- "EpisodesAlreadyRequested": "We already have episodes requested from this series",
- "NoPermissionsOnBehalf": "You do not have the correct permissions to request on behalf of users!",
- "NoPermissions": "You do not have the correct permissions!",
- "RequestDoesNotExist": "Request does not exist",
+ "AlreadyRequested": "Isso já foi solicitado",
+ "EpisodesAlreadyRequested": "Já temos episódios solicitados desta série",
+ "NoPermissionsOnBehalf": "Você não tem as permissões corretas para pedir em nome dos usuários!",
+ "NoPermissions": "Você não tem as permissões corretas!",
+ "RequestDoesNotExist": "A solicitação não existe",
"ChildRequestDoesNotExist": "Child Request does not exist",
"NoPermissionsRequestMovie": "You do not have permissions to Request a Movie",
"NoPermissionsRequestTV": "You do not have permissions to Request a TV Show",
diff --git a/version.json b/version.json
index a117f57ed..0eaa6da2d 100644
--- a/version.json
+++ b/version.json
@@ -1,3 +1,3 @@
{
- "version": "4.22.0"
+ "version": "4.22.2"
}
\ No newline at end of file