From d95204513fdf414f191883b8a56fa09943a78552 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 14 Jan 2026 18:47:10 -0800 Subject: [PATCH] remove Windows only description for mediasession (#1557) --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index eb70bda99..33ea01b6f 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -965,7 +965,7 @@ "sidePlayQueueStyle_description": "sets the style of the side play queue", "sidePlayQueueStyle_optionAttached": "attached", "sidePlayQueueStyle_optionDetached": "detached", - "mediaSession_description": "enables Windows Media Session integration, displaying media controls and metadata in the system volume overlay and lock screen (Windows only)", + "mediaSession_description": "enables Media Session integration, displaying media controls and metadata in the system volume overlay and lock screen", "mediaSession": "enable media session", "sidePlayQueueStyle": "side play queue style", "skipDuration_description": "sets the duration to skip when using the skip buttons on the player bar",