fix display of image orientation

Summary:
The name of the orientation property
for baloo/kfilemetadata was false, leading to
an always empty image orientation field.

Test Plan:
Look at an image in Dolphin details view
which has the exiv orientation tag set. Orientation
column is not empty.

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D18008
This commit is contained in:
Alexander Stippich 2019-01-07 21:44:50 +01:00
parent 5d9ad8d24f
commit 8f051a391d

View file

@ -129,7 +129,7 @@ KBalooRolesProvider::KBalooRolesProvider() :
{ "width", "width" },
{ "height", "height" },
{ "imageDateTime", "imageDateTime"},
{ "nexif.orientation", "orientation", },
{ "imageOrientation", "orientation", },
{ "artist", "artist" },
{ "genre", "genre" },
{ "album", "album" },