Skip to content

Commit

Permalink
Metadata: Show software name in files tab if available
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed Feb 21, 2023
1 parent 7652fbd commit 3c1b7ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/dialog/photo/edit/files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3c1b7ac

Please sign in to comment.