BUG FIX: show resolution in detailview.

This commit is contained in:
CodeSteak 2019-06-13 18:37:07 +02:00
parent 33fa741a2a
commit cac4807357
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class MainViewController : Controller() {
with(mv.detailView) {
nameInfo.text = name
formatInfo.text = format
resolutionInfo.text = date
resolutionInfo.text = res
dateInfo.text = date
}
}