mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed page bug
This commit is contained in:
parent
6248f07eb1
commit
15ab486a50
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ module.exports = angular.module('ponyfm').directive 'pfmPagedTracksList', () ->
|
|||
$scope.newClickOverride = (id) ->
|
||||
$scope.clickOverride({id: id})
|
||||
|
||||
tracks.loadFilters().then(
|
||||
tracks.mainQuery.fromFilterString($state.params.filter)
|
||||
)
|
||||
|
||||
typeEnum = switch
|
||||
when $scope.type == 'normal' then tracks.FetchType.NORMAL
|
||||
when $scope.type == 'all' then tracks.FetchType.ALL
|
||||
|
|
Loading…
Reference in a new issue