SAAS-1081 - implement station podcast download counter that resets monthly
This commit is contained in:
parent
6c0055895c
commit
92ffa955c3
7 changed files with 94 additions and 23 deletions
|
@ -26,8 +26,12 @@ var AIRTIME = (function (AIRTIME) {
|
|||
tab.setName($scope.media.track_title);
|
||||
});
|
||||
|
||||
// TODO: implement GET request to endpoint that returns source information
|
||||
// ie. SoundCloud connection + publish status
|
||||
|
||||
$scope.publish = function() {
|
||||
var sources = {};
|
||||
console.log($scope.publishSources);
|
||||
$.each($scope.publishSources, function(k, v) {
|
||||
if (v) sources[k] = 'publish'; // Tentative TODO: decide on a robust implementation
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue