mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-28 23:48:45 +02:00
Fix:Audiobook tracks table for local only books
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</tr>
|
||||
<template v-for="track in tracks">
|
||||
<tr :key="track.index">
|
||||
<td>{{ track.metadata.filename }}</td>
|
||||
<td>{{ (track.metadata && track.metadata.filename) || track.title || 'Unknown' }}</td>
|
||||
<td class="font-mono text-center w-16">
|
||||
{{ $secondsToTimestamp(track.duration) }}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user