From 5e6d2b40c8a9635e84e5b198d93f8a4f32a16c0b Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 29 Dec 2021 19:04:34 -0800 Subject: [PATCH] Update app description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd35b0e..bc3d45a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sonixd", "productName": "Sonixd", - "description": "A full-featured Subsonic API compatible cross-platform desktop client", + "description": "A full-featured Subsonic/Jellyfin compatible desktop client", "scripts": { "build": "concurrently \"yarn build:main\" \"yarn build:renderer\"", "build:main": "cross-env NODE_ENV=production webpack --config ./.erb/configs/webpack.config.main.prod.babel.js",