From 6407e87301522a31e738502b54105048c6f63cb9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 14 Feb 2016 22:40:27 +0100 Subject: [PATCH] core: Update versionadded from 1.2 to 2.0 --- mopidy/core/playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/core/playlists.py b/mopidy/core/playlists.py index 87790c25..3c17a898 100644 --- a/mopidy/core/playlists.py +++ b/mopidy/core/playlists.py @@ -39,7 +39,7 @@ class PlaylistsController(object): :rtype: list of string - .. versionadded:: 1.2 + .. versionadded:: 2.0 """ return list(sorted(self.backends.with_playlists.keys()))