diff --git a/albums.md b/albums.md index 2c8b9bd..0a8e951 100644 --- a/albums.md +++ b/albums.md @@ -20,9 +20,10 @@ The `albums` table holds information for album playlists. ### The `albums_view` The `albums_view` joins the `albums` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each album. + | Column | Description | | --------------------------------- | ------------------------------------------------------- | -| albumid | The albumid of this artist | +| albumid | The albumid of this album | | [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this album | | name | The name of this album | | mbid | The MusicBrainz ID of this album |