We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46000c commit 917a221Copy full SHA for 917a221
js/app.js
@@ -514,7 +514,7 @@ OCA.Audioplayer.Category = {
514
});
515
let category_title = document.querySelector('#myCategory .active') ? document.querySelector('#myCategory .active').firstChild['title'] : false;
516
if (category !== 'Title') {
517
- document.getElementById('individual-playlist-info').innerHTML = t('audioplayer', 'Selected' + .' '. + category) + ': ' + category_title;
+ document.getElementById('individual-playlist-info').innerHTML = t('audioplayer', 'Selected' + ' ' + category) + ': ' + category_title;
518
} else {
519
document.getElementById('individual-playlist-info').innerHTML = t('audioplayer', 'Selected') + ': ' + category_title;
520
}
0 commit comments