From 445cbc660af622bff69f341c97cd804beb029fb6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 14 Jul 2023 15:55:04 +0800 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07781f8c..d10c3c1c 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,9 @@ docker pull jxxghp/moviepilot:latest - 通过CookieCloud同步快速同步站点,不需要使用的站点可在WEB管理界面中禁用。 - 通过下载器监控实现资源下载后自动整理入库刮削。 -- 通过微信/Telegram/Slack远程搜索下载、订阅和管理设置,其中Telegram将会自动添加操作菜单。微信回调相对路径为`/api/v1/message?token=moviepilot`,其中`moviepilot`为设置的`API_TOKEN`。 +- 通过微信/Telegram/Slack远程搜索下载、订阅和管理设置,其中Telegram将会自动添加操作菜单。微信回调相对路径为`/api/v1/message/`。 - 通过WEB进行管理,将WEB添加到手机桌面获得类App使用效果,管理界面地址:http://ip:3000。 -- 设置媒体服务器WEBHOOK,通过MoviePilot发送播放通知,以及后续播放限速等插件功能。WEBHOOK回调相对路径为`/api/v1/message?token=moviepilot`,`moviepilot`为设置的`API_TOKEN`。 +- 设置媒体服务器Webhook,通过MoviePilot发送播放通知,以及后续播放限速等插件功能。Webhook回调相对路径为`/api/v1/message?token=moviepilot`,其中`moviepilot`为设置的`API_TOKEN`。 - 将MoviePilot做为Radarr或Sonarr服务器添加到Overseerr或Jellyseerr,可使用Overseerr/Jellyseerr选片。 ![image](https://github.com/jxxghp/MoviePilot/assets/51039935/b8f0238d-847f-4f9d-b210-e905837362b9)