Add camera make to camera info in detail view
This commit is contained in:
parent
8124a8cde1
commit
ed4b06d5c3
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class Photo extends Abstract {
|
|||
|
||||
getCamera() {
|
||||
if (this.CameraModel) {
|
||||
return this.CameraModel;
|
||||
return this.CameraMake + " " + this.CameraModel;
|
||||
}
|
||||
|
||||
return "Unknown";
|
||||
|
|
Loading…
Reference in a new issue