Work on station podcast editor view

This commit is contained in:
Duncan Sommerville 2015-10-21 19:21:52 -04:00
parent 6580c12ad3
commit 814fc67e90
3 changed files with 11 additions and 3 deletions

View file

@ -26,6 +26,8 @@ var AIRTIME = (function (AIRTIME) {
$http.put(endpoint + $scope.podcast.id, { csrf_token: jQuery("#csrf").val(), podcast: podcastData })
.success(function() {
episodeTable.reload($scope.podcast.id);
AIRTIME.library.podcastDataTable.fnDraw();
tab.setName($scope.podcast.title);
});
};