mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 06:16:43 +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(
|
$.when(
|
||||||
albums.refresh(),
|
albums.refresh(),
|
||||||
taxonomies.refresh(),
|
taxonomies.refresh(),
|
||||||
tracks.getEdit($scope.trackId)
|
tracks.getEdit($scope.trackId, true)
|
||||||
).done (albums, taxonomies, track)->
|
).done (albums, taxonomies, track)->
|
||||||
# Update album data
|
# Update album data
|
||||||
$scope.albums.length = 0
|
$scope.albums.length = 0
|
||||||
|
|
Loading…
Reference in a new issue