projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf518e
)
fix filtering of songs
author
SuperBFG7
<daniel@despite.ch>
Sat, 12 May 2018 07:53:33 +0000
(09:53 +0200)
committer
SuperBFG7
<daniel@despite.ch>
Sat, 12 May 2018 07:53:33 +0000
(09:53 +0200)
htdocs/js/mpd.js
patch
|
blob
|
history
diff --git
a/htdocs/js/mpd.js
b/htdocs/js/mpd.js
index
24e9e48
..
23dc165
100644
(file)
--- a/
htdocs/js/mpd.js
+++ b/
htdocs/js/mpd.js
@@
-1243,7
+1243,7
@@
function set_filter (c) {
$.each($('#salamisandwich > tbody > tr'), function(i, line) {
var first = basename($(line).attr('uri'))[0];
if ( $(line).hasClass('song') ) {
- first = $(line).children().eq(
1
).text()[0];
+ first = $(line).children().eq(
3
).text()[0];
}
if (filter === "num") {