mirror of
https://github.com/simon987/sist2.git
synced 2025-04-20 02:36:43 +00:00
Fix #91
This commit is contained in:
parent
56e400ed20
commit
a35fb7412c
@ -208,6 +208,10 @@ function infoButtonCb(hit) {
|
||||
.append(tbody)
|
||||
);
|
||||
|
||||
tbody.append($("<tr>")
|
||||
.append($("<td>").text("index"))
|
||||
.append($("<td>").text(`[${indexMap[doc["index"]]}]`))
|
||||
);
|
||||
const displayFields = new Set([
|
||||
"mime", "size", "mtime", "path", "title", "width", "height", "duration", "audioc", "videoc",
|
||||
"bitrate", "artist", "album", "album_artist", "genre", "title", "font_name", "tag", "author",
|
||||
|
Loading…
x
Reference in New Issue
Block a user