Skip to content

Commit

Permalink
Removed parameters causing video ordering bug (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzheng547 authored Sep 25, 2018
1 parent 071bfcd commit 939284f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/models/model-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,7 @@
data: {
app_key: this.settingsParams.app_key,
per_page: 100,
dpt: true,
sort: 'priority',
order: 'desc'
dpt: true
},
type: 'GET',
crossDomain: true,
Expand Down

0 comments on commit 939284f

Please sign in to comment.