#280 - avoid an extra request to last fm by taking data from the MusicArtist entity
This commit is contained in:
@@ -94,13 +94,6 @@
|
||||
reloadItems(page);
|
||||
});
|
||||
|
||||
$('#chkIsOnTour', this).on('change', function () {
|
||||
|
||||
query.IsOnTour = this.checked || null;
|
||||
|
||||
reloadItems(page);
|
||||
});
|
||||
|
||||
$('.alphabetPicker', this).on('alphaselect', function (e, character) {
|
||||
|
||||
query.NameStartsWithOrGreater = character;
|
||||
@@ -142,8 +135,6 @@
|
||||
|
||||
}).checkboxradio('refresh');
|
||||
|
||||
$('#chkIsOnTour', this).checked(query.IsOnTour === true).checkboxradio('refresh');
|
||||
|
||||
$('.alphabetPicker', this).alphaValue(query.NameStartsWithOrGreater);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user