From b621cfdb2d8e869d3da6cd6dffddf17153bacb33 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Thu, 23 Jan 2020 09:48:26 +0000 Subject: [PATCH] Remove sqlite references in readme Mopidy-Local-Sqlite merged into Mopidy-Local during the Python 3 port. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104d8605..e62ed509 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Features -------- * Full web-based interface controls for Mopidy -* Improved support for local libraries (powered by Mopidy-Local-Sqlite) +* Improved support for local libraries (powered by Mopidy-Local) * Browse and manage your playlists and tracks * Discover new, popular and related music (powered by Spotify) * Freely hosted, auto-updated interface available ([beta](https://jaedb.github.io/Iris/#/)) @@ -32,7 +32,7 @@ Requirements * Mopidy * Mopidy-Spotify (recommended, not required) -* Mopidy-Local-Sqlite (recommended, not required) +* Mopidy-Local (recommended, not required) Getting started -------