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
e039313a
Commit
e039313a
authored
Apr 06, 2015
by
Felix Paul Kühne
Browse files
playlist: remove no-op
parent
363af123
Changes
1
Hide whitespace changes
Inline
Side-by-side
VLC for iOS WatchKit Extension/InterfaceController.m
View file @
e039313a
...
...
@@ -159,7 +159,6 @@ typedef enum {
row
.
titleLabel
.
text
=
((
MLAlbumTrack
*
)
storageObject
).
title
;
}
else
{
row
.
titleLabel
.
text
=
[(
MLFile
*
)
storageObject
title
];
row
.
durationLabel
.
text
=
[
VLCTime
timeWithNumber
:[(
MLFile
*
)
storageObject
duration
]].
stringValue
;
backgroundImage
=
[
VLCThumbnailsCache
thumbnailForMediaFile
:(
MLFile
*
)
storageObject
];
}
...
...
Write
Preview
Markdown
is supported
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