docs: Fix param rendering
This commit is contained in:
parent
6b8331c9d5
commit
b1e5878518
@ -120,7 +120,8 @@ class Library(object):
|
||||
"""
|
||||
Add the given track to library.
|
||||
|
||||
:param :class:`~mopidy.models.Track` track: Track to add to the library
|
||||
:param track: Track to add to the library
|
||||
:type track: :class:`~mopidy.models.Track`
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user