1
0
Fork 0

Adds type field to release model.

This commit is contained in:
Mathias Gawlista 2013-01-25 09:35:24 +01:00
parent ebf475e9c8
commit 54fe7a5731
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ MusicBrainz::Release.find(id)
# Fields
{
:id => String,
:type => String,
:title => String,
:status => String,
:format => String,