Metadata: Show software name in files tab if available
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
7652fbd598
commit
3c1b7acf11
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@
|
|||
<translate>Yes</translate>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="file.Software">
|
||||
<td>
|
||||
<translate>Software</translate>
|
||||
</td>
|
||||
<td>{{ file.Software }}</td>
|
||||
</tr>
|
||||
<tr v-if="file.Codec && file.Codec !== file.FileType">
|
||||
<td>
|
||||
<translate>Codec</translate>
|
||||
|
|
Loading…
Reference in a new issue