mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
fix docs to refer to dbcore module
This commit is contained in:
parent
faa66dba0d
commit
3d5d071fe7
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ to interact directly with the underlying SQLite database, you must use a
|
|||
items = lib.items(query)
|
||||
lib.add_album(list(items))
|
||||
|
||||
.. currentmodule:: beets.dbcore
|
||||
|
||||
.. autoclass:: Transaction
|
||||
:members:
|
||||
|
||||
|
|
@ -62,12 +64,16 @@ objects.
|
|||
Model base
|
||||
''''''''''
|
||||
|
||||
.. currentmodule:: beets.dbcore
|
||||
|
||||
.. autoclass:: Model
|
||||
:members:
|
||||
|
||||
Item
|
||||
''''
|
||||
|
||||
.. currentmodule:: beets.library
|
||||
|
||||
.. autoclass:: Item
|
||||
:members:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue