We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d204 commit 75be982Copy full SHA for 75be982
README.md
@@ -114,8 +114,11 @@ content = db.get_content()[0]
114
content.Title = "New Title"
115
db.commit()
116
````
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.
+
+> [!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
122
So far only a few tables support adding or deleting entries:
123
- ``DjmdContent``: Tracks
124
- ``DjmdPlaylist``: Playlists/Playlist Folders
0 commit comments