Update 'albums'

Anna Schumaker 2023-05-10 16:55:17 -04:00
parent 0501f6c17a
commit c6e483838a

@ -34,4 +34,11 @@ The `albums_view` joins the `albums` table with the [[playlist_properties]] tabl
| [loop](playlist_properties) | The loop state of this album |
| [shuffle](playlist_properties) | The shuffle state of this album |
| [sort_order](playlist_properties) | The sort order of this album |
| [current_trackid](playlist_properties) | The current trackid of this album |
| [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.
| Column | Description |
| ----------------- | ------------------------- |
| [trackid](tracks) | The trackid of the track |
| albumid | The albumid of this album |