Seasons will reload when series info is refreshed

This commit is contained in:
Mark McDowall 2013-08-04 12:30:04 -07:00
commit 694714726c
2 changed files with 27 additions and 22 deletions

View file

@ -30,7 +30,7 @@ define(['Commands/CommandController', 'Shared/Messenger'],
});
}
if (options.succesCallback) {
if (options.successCallback) {
options.successCallback.call(options.context);
}
});