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