diff --git a/client/episodes.html b/client/episodes.html
index ee7bca4..6b3eef3 100644
--- a/client/episodes.html
+++ b/client/episodes.html
@@ -252,6 +252,13 @@
position: "top-right",
duration: 5000,
});
+ } else if (error.response && error.response.status) {
+ Vue.toasted.show("Download failed - something went wrong", {
+ theme: "bubble",
+ type: "error",
+ position: "top-right",
+ duration: 5000,
+ });
}
})
.then(function () {});