diff --git a/artists.md b/artists.md index d8109a5..ec0b3c7 100644 --- a/artists.md +++ b/artists.md @@ -29,7 +29,7 @@ The `artists_view` joins the `artists` table with the [[playlist_properties]] ta | [current_trackid](playlist_properties) | The current trackid of this artist | ### The `artists_tracks_view` -The `artists_tracks_view` joins the `artists` table with the [[tracks]], [[system_tracks]] and [[libraries]] tables to form a list of [[tracks]] that belong to each artist, but are not being deleted. +The `artists_tracks_view` joins the `artists` table with the [[tracks]], [[system_tracks]], and [[libraries]] tables to form a list of [[tracks]] that belong to each artist, but are not being deleted. | Column | Description | | ----------------- | --------------------------- | | [trackid](tracks) | The trackid of the track |