Skip to content

Commit 75be982

Browse files
committed
update README.md
1 parent 2f7d204 commit 75be982

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,11 @@ content = db.get_content()[0]
114114
content.Title = "New Title"
115115
db.commit()
116116
````
117-
Some fields are stored as references to other tables, for example the artist of a track.
118-
Check the [documentation][db6-doc] of the corresponding object for more information.
117+
118+
> [!NOTE]
119+
> Some fields are stored as references to other tables, for example the artist of a track.
120+
> Check the [documentation][db6-doc] of the corresponding object for more information.
121+
119122
So far only a few tables support adding or deleting entries:
120123
- ``DjmdContent``: Tracks
121124
- ``DjmdPlaylist``: Playlists/Playlist Folders

0 commit comments

Comments
 (0)