Removed dodgy call from audio service

This commit is contained in:
Fergal Moran
2015-12-04 19:39:31 +00:00
parent 7c718efbdf
commit 50fdb0bf20

View File

@@ -118,7 +118,6 @@ angular.module('dssWebApp')
$scope.playingId = -1;
$scope.playState = PLAYSTATES.stopped;
_stopListener();
_progressListener();
}
});
}