Implemented item view
This commit is contained in:
@@ -131,8 +131,8 @@ export default new class {
|
||||
return this._performApiCall('get', `/lists/${id}`, null, true, 200);
|
||||
}
|
||||
|
||||
getTrackFromList(listid, trackid) {
|
||||
return this._performApiCall('get', `/lists/${listid}/${trackid}`, null, true, 200);
|
||||
getItem(id) {
|
||||
return this._performApiCall('get', `/items/${id}`, null, true, 200);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user