mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 02:39:05 +02:00
Remove ino from file tables
This commit is contained in:
parent
3e5338ec8e
commit
a343a1038c
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
<p>{{ track.index }}</p>
|
||||
</td>
|
||||
<td class="font-book">
|
||||
{{ track.filename }}<span class="text-white text-opacity-50 pl-4">({{ track.ino }})</span>
|
||||
{{ track.filename }}
|
||||
</td>
|
||||
<td class="font-mono">
|
||||
{{ $bytesPretty(track.size) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue