From 016d051833b5ff6403d4a6c745e199f73b25b81e Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:36:56 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index ff8c6f9..b6df8ac 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,9 @@ "id": "mopidy", "packaging_format": 1, "description": { - "en": "Mopidy - is an extensible music server written in Python.", - "fr": "Mopidy - est un serveur de musique extensible écrit en Python" + "en": "An extensible music server to play music, podcasts and radio programs from local disk and various streaming services" }, - "version": "1.0.2", + "version": "3.1.1-ynh1", "url": "https://www.mopidy.com/", "license": "Apache-2.0", "maintainer": { @@ -52,7 +51,7 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, - "default": true + "default": false } ] }