Update 'albums'

Anna Schumaker 2023-05-10 16:57:10 -04:00
parent 9ab2d55573
commit ee36047f1d

@ -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 |