mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 03:16:42 +01:00
#2: Always reload data for the track editor.
This commit is contained in:
parent
4a18e4f132
commit
697e91c47e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ angular.module('ponyfm').directive 'pfmTrackEditor', () ->
|
|||
$.when(
|
||||
albums.refresh(),
|
||||
taxonomies.refresh(),
|
||||
tracks.getEdit($scope.trackId)
|
||||
tracks.getEdit($scope.trackId, true)
|
||||
).done (albums, taxonomies, track)->
|
||||
# Update album data
|
||||
$scope.albums.length = 0
|
||||
|
|
Loading…
Reference in a new issue