Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
83044aa4
Commit
83044aa4
authored
Jan 25, 2014
by
Pierre SAGASPE
Committed by
Felix Paul Kühne
Jan 25, 2014
Browse files
upnp: display folder albumArt if available
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
591c3e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCLocalServerFolderListViewController.m
View file @
83044aa4
...
...
@@ -234,6 +234,8 @@
cell
.
delegate
=
self
;
}
else
{
[
cell
setIsDirectory
:
YES
];
if
(
item
.
albumArt
!=
nil
)
[
cell
setIconURL
:[
NSURL
URLWithString
:
item
.
albumArt
]];
[
cell
setIcon
:[
UIImage
imageNamed
:
@"folder"
]];
}
[
cell
setTitle
:[
item
title
]];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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