mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
Hidden HWC button
This commit is contained in:
parent
0b82ac76fc
commit
e625c7ddea
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = angular.module('ponyfm').directive 'pfmTrackEditor', () ->
|
|||
$scope.isAdmin = auth.data.isAdmin
|
||||
albumsDb = {}
|
||||
|
||||
$scope.disableHwc = false
|
||||
$scope.disableHwc = true
|
||||
|
||||
$scope.data = upload
|
||||
$scope.userSlug = $state.params.slug
|
||||
|
|
Loading…
Reference in a new issue