Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
57aabe99
Commit
57aabe99
authored
Aug 18, 2013
by
Felix Paul Kühne
Browse files
Library phone cell: replace duplicate info with more interesting content
parent
e76f6d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistTableViewCell.m
View file @
57aabe99
...
...
@@ -147,7 +147,7 @@
}
else
if
([
self
.
mediaObject
isKindOfClass
:[
MLAlbumTrack
class
]])
{
MLAlbumTrack
*
mediaObject
=
(
MLAlbumTrack
*
)
self
.
mediaObject
;
self
.
artistNameLabel
.
text
=
mediaObject
.
artist
;
self
.
albumNameLabel
.
text
=
mediaObject
.
album
.
name
;
self
.
albumNameLabel
.
text
=
[
NSString
stringWithFormat
:
@"Track %i"
,
mediaObject
.
trackNumber
.
intValue
]
;
self
.
titleLabel
.
text
=
mediaObject
.
title
;
self
.
thumbnailView
.
image
=
nil
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment