Skip to content

Commit

Permalink
Metadata tab not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Sep 1, 2019
1 parent 252856c commit 5b6876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sidebar.js
Expand Up @@ -141,7 +141,7 @@ OCA.Audioplayer.Sidebar = {
},

metadataTabView: function () {
var trackid = $('#app-sidebar').data('trackid');
var trackid = document.getElementById('app-sidebar').dataset.trackid;

OCA.Audioplayer.Sidebar.resetView();
$('#tabHeaderMetadata').addClass('selected');
Expand Down

0 comments on commit 5b6876e

Please sign in to comment.