From 4122bd663965300dc01e927cefa4f8b5bb443f57 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 13 Dec 2012 01:59:24 +0100 Subject: [PATCH] docs: Add HTTP frontends to frontend impls list --- docs/api/frontends.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/frontends.rst b/docs/api/frontends.rst index 2237b4e7..8488b408 100644 --- a/docs/api/frontends.rst +++ b/docs/api/frontends.rst @@ -44,6 +44,7 @@ The following requirements applies to any frontend implementation: Frontend implementations ======================== +* :mod:`mopidy.frontends.http` * :mod:`mopidy.frontends.lastfm` * :mod:`mopidy.frontends.mpd` * :mod:`mopidy.frontends.mpris`