Add camera make to camera info in detail view

This commit is contained in:
Michael Mayer 2019-05-16 12:24:13 +02:00
parent 8124a8cde1
commit ed4b06d5c3

View File

@ -158,7 +158,7 @@ class Photo extends Abstract {
getCamera() {
if (this.CameraModel) {
return this.CameraModel;
return this.CameraMake + " " + this.CameraModel;
}
return "Unknown";