From 9265e10243937dd91ae41527973a20e0241697bf Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 14 May 2025 18:18:53 +0200 Subject: [PATCH] Update bitmagnet json --- frontend/public/json/bitmagnet.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/bitmagnet.json b/frontend/public/json/bitmagnet.json index fb3df62..0f4f6f4 100644 --- a/frontend/public/json/bitmagnet.json +++ b/frontend/public/json/bitmagnet.json @@ -42,5 +42,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "During installation you will be asked to enter your TMDB API key, if you wanna use it. Make sure you have it ready.", + "type": "info" + } + ] }