From 223ebf0539e592182fd596d64798e770465f9cd9 Mon Sep 17 00:00:00 2001 From: deluan Date: Sun, 8 Feb 2026 13:23:09 -0500 Subject: [PATCH] docs: correct attention note for Navidrome version requirement in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e9b455..b190fe5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Build](https://github.com/navidrome/discord-rich-presence-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/navidrome/discord-rich-presence-plugin/actions/workflows/build.yml) [![Latest](https://img.shields.io/github/v/release/navidrome/discord-rich-presence-plugin)](https://github.com/navidrome/discord-rich-presence-plugin/releases/latest/download/discord-rich-presence.ndp) +**Attention: This plugin requires Navidrome 0.60.2 or later.** + This plugin integrates Navidrome with Discord Rich Presence, displaying your currently playing track in your Discord status. The goal is to demonstrate the capabilities of Navidrome's plugin system by implementing a real-time presence feature using Discord's Gateway API. It demonstrates how a Navidrome plugin can maintain real-time connections to external services while remaining completely stateless.