From 21c2cf5d741de5a3719799ba0872ff5e7049e8bd Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 10 May 2023 17:00:04 -0400 Subject: [PATCH] Update 'artists' --- artists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |