Update 'genres'

Anna Schumaker 2023-05-10 17:00:32 -04:00
parent 21c2cf5d74
commit b00f4c557c
1 changed files with 1 additions and 1 deletions

@ -29,7 +29,7 @@ The `genres_view` joins the `genres` table with the [[playlist_properties]] tabl
### The `genre_tracks_view`
The `genre_tracks_view` joins the `genres` table with the [[tracks]], [[system_tracks]] and [[libraries]] tables to form a list of [[tracks]] that belong to each genre, but are not being deleted.
The `genre_tracks_view` joins the `genres` table with the [[tracks]], [[system_tracks]], and [[libraries]] tables to form a list of [[tracks]] that belong to each genre, but are not being deleted.
| Column | Description |
| ----------------- | ------------------------- |
| [trackid](tracks) | The trackid of the track |