Update 'artists'

Anna Schumaker 2023-03-22 09:32:52 -04:00
parent e408522c06
commit 15e0421b5d
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ The `artists` table holds information for artist playlists. The `artists_view` j
| Name | Type | Description |
| --------------------------------- | --------------------- | ------------------------------------------- |
| albumid | INTEGER | The unique id of a singe album |
| [propertyid](playlist_properties) | INTEGER | The rowid of this artist's properties |
| [propertyid](playlist_properties) | INTEGER | The rowid of this album's properties |
| name | TEXT | The name of this album |
| artist | TEXT | The name of the album artist for this album |
| release | TEXT | The release date of the album |