Previous¶
Summary¶
The Previous model represents a block of information about media that was played at a certain time. Usually this is an object used in the ADVANCE model.
Model¶
{
"historyID": "",
"media": Media,
"playlistID": -1,
"dj": User,
"score": Score
}
Detail¶
- historyID
Unique identifier of the history object.
Type: String
Default Value:""
- media
Media shown.
Type: Media
Default Value:see Media model
- playlistID
Link to the blog entry.
Type: Number
Default Value:-1
- dj
DJ in booth.
Type: User
Default Value:see User model
- score
Score gained with play.
Type Score Default Value:
see Score model