macosx: Use detail string for secondary string in library collection view items instead of duration

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
This commit is contained in:
Claudio Cambra 2022-12-21 23:38:17 +01:00 committed by François Cartegnie
parent dcd0bcfd03
commit 2cb96bf8c6
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ const CGFloat VLCLibraryCollectionViewItemMaximumDisplayedProgress = 0.95;
}
_mediaTitleTextField.stringValue = _representedItem.displayString;
_secondaryInfoTextField.stringValue = _representedItem.durationString;
_secondaryInfoTextField.stringValue = _representedItem.detailString;
_mediaImageView.image = _representedItem.smallArtworkImage;
// TODO: Add handling for the other types