#2: Always reload data for the track editor.

This commit is contained in:
Peter Deltchev 2016-02-13 19:08:23 -08:00
parent 4a18e4f132
commit 697e91c47e

View file

@ -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