switch methods to fetch
This commit is contained in:
@@ -435,7 +435,7 @@
|
||||
|
||||
var userId = Dashboard.getCurrentUserId();
|
||||
|
||||
ApiClient.getItem(userId, itemId).done(function (item) {
|
||||
ApiClient.getItem(userId, itemId).then(function (item) {
|
||||
|
||||
getVideoStreamInfo(item).done(function (streamInfo) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user