From 52e66add97f2a06aab0e29c07901005841b92edc Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 18 Jan 2014 00:16:53 +0100 Subject: [PATCH] review: Update browse docstring with respect to URI type --- mopidy/core/library.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy/core/library.py b/mopidy/core/library.py index aaebb129..ce92cced 100644 --- a/mopidy/core/library.py +++ b/mopidy/core/library.py @@ -33,9 +33,9 @@ class LibraryController(object): """ Browse directories and tracks at the given ``uri``. - ``uri`` is a bytestring which represents some directory belonging to - a backend. To get the intial root directories for backends pass None - as the URI. + ``uri`` is a sring which represents some directory belonging to a + backend. To get the intial root directories for backends pass None as + the URI. Returns a list of :class:`mopidy.models.Ref` objects for the directories and tracks at the given ``uri``.