update podcast tab name upon smartblock generation

This commit is contained in:
ryan 2019-01-23 07:18:54 -06:00
parent 455d3a1500
commit d2167f6f2c
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ var AIRTIME = (function (AIRTIME) {
})
.success(function () {
AIRTIME.library.podcastDataTable.fnDraw();
self.$scope.tab.setName(self.$scope.podcast.title);
});
// redraw list of smartblocks just in case they have it visible on the left