From ee36047f1d9a71d4b71968f9efea802dd120718b Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 10 May 2023 16:57:10 -0400 Subject: [PATCH] Update 'albums' --- albums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albums.md b/albums.md index 94ff792..9317c96 100644 --- a/albums.md +++ b/albums.md @@ -37,7 +37,7 @@ The `albums_view` joins the `albums` table with the [[playlist_properties]] tabl | [current_trackid](playlist_properties) | The current trackid of this album | ### The `album_tracks_view` -The `album_tracks_view` joins the `albums` table with the [[media]] and [[libraries]] table to form a list of [[tracks]] that belong to each album, but are not being deleted. +The `album_tracks_view` joins the `albums` table with the [[tracks]], [[media]], and [[libraries]] tables to form a list of [[tracks]] that belong to each album, but are not being deleted. | Column | Description | | ----------------- | ------------------------- | | [trackid](tracks) | The trackid of the track |