Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Soomin Lee
VLC-iOS
Commits
83044aa4
Commit
83044aa4
authored
Jan 25, 2014
by
Pierre SAGASPE
Committed by
Felix Paul Kühne
Jan 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Sources/VLCLocalServerFolderListViewController.m
Sources/VLCLocalServerFolderListViewController.m
+2
-0
No files found.
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
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