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 |