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
e76f6d1d
Commit
e76f6d1d
authored
Aug 18, 2013
by
Felix Paul Kühne
Browse files
Library Cell: remove duplicate info for TV Shows
parent
695d599c
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistTableViewCell.m
View file @
e76f6d1d
...
...
@@ -171,7 +171,6 @@
self
.
progressIndicator
.
hidden
=
YES
;
}
else
if
([
self
.
mediaObject
isKindOfClass
:[
MLShowEpisode
class
]])
{
MLShowEpisode
*
mediaObject
=
(
MLShowEpisode
*
)
self
.
mediaObject
;
self
.
artistNameLabel
.
text
=
mediaObject
.
show
.
name
;
self
.
titleLabel
.
text
=
mediaObject
.
name
;
MLFile
*
anyFileFromEpisode
=
mediaObject
.
files
.
anyObject
;
...
...
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