mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 12:34:17 +00:00
Fixed mix redirect after upload
This commit is contained in:
@@ -42,7 +42,7 @@ angular.module('dssWebApp')
|
||||
if ($scope.detailsEntered && $scope.uploadState >= uploadStates.AUDIO_SENT &&
|
||||
$scope.processingState == processingStates.PROCESSED) {
|
||||
MixModel.refresh($scope.mix.slug).then(function (m) {
|
||||
$state.go('root.user.mix', {user: m.user.slug, slug: m.slug});
|
||||
$state.go('root.user.mix', {user: m.user.slug, mix: m.slug});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user