Skip to content

Commit 3c1b7ac

Browse files
committed
Metadata: Show software name in files tab if available
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 7652fbd commit 3c1b7ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/dialog/photo/edit/files.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
<translate>Yes</translate>
121121
</td>
122122
</tr>
123+
<tr v-if="file.Software">
124+
<td>
125+
<translate>Software</translate>
126+
</td>
127+
<td>{{ file.Software }}</td>
128+
</tr>
123129
<tr v-if="file.Codec && file.Codec !== file.FileType">
124130
<td>
125131
<translate>Codec</translate>

0 commit comments

Comments
 (0)