Update 'media'

Anna Schumaker 2023-05-10 16:58:40 -04:00
parent 5465665c5b
commit b1e4900a26
1 changed files with 1 additions and 1 deletions

@ -32,7 +32,7 @@ The `media_view` joins the `media` table with the [[playlist_properties]] table
| [current_trackid](playlist_properties) | The current trackid of this medium |
### The `medium_tracks_view`
The `medium_tracks_view` joins the `media` table with the [[tracks]] and [[libraries]] tables to form a list of [[tracks]] that belong to each artist, but are not being deleted.
The `medium_tracks_view` joins the `media` table with the [[tracks]] and [[libraries]] tables to form a list of [[tracks]] that belong to each medium, but are not being deleted.
| Column | Description |
| ----------------- | --------------------------- |
| [trackid](tracks) | The trackid of the track |