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
5ab2afec
Commit
5ab2afec
authored
Oct 03, 2014
by
Felix Paul Kühne
Browse files
fix warnings
parent
972f6fc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCHTTPConnection.m
View file @
5ab2afec
...
...
@@ -198,13 +198,13 @@
<div class=
\"
open icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>%@</span> \
<span class=
\"
second-line
\"
>%
d
items</span> \
<span class=
\"
second-line
\"
>%
lu
items</span> \
</div> \
</a> \
<div class=
\"
content
\"
>"
,
mo
.
objectID
.
URIRepresentation
,
[(
MLShow
*
)
mo
name
],
[
episodes
count
]]];
(
unsigned
long
)
[
episodes
count
]]];
for
(
MLShowEpisode
*
showEp
in
episodes
)
{
duration
=
[[
VLCTime
timeWithNumber
:[(
MLFile
*
)[[
showEp
files
]
anyObject
]
duration
]]
stringValue
];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
...
...
@@ -233,13 +233,13 @@
<div class=
\"
open icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>%@</span> \
<span class=
\"
second-line
\"
>%
d
items</span> \
<span class=
\"
second-line
\"
>%
lu
items</span> \
</div> \
</a> \
<div class=
\"
content
\"
>"
,
mo
.
objectID
.
URIRepresentation
,
[(
MLLabel
*
)
mo
name
],
[
folderItems
count
]]];
(
unsigned
long
)
[
folderItems
count
]]];
for
(
MLFile
*
file
in
folderItems
)
{
duration
=
[[
VLCTime
timeWithNumber
:[
file
duration
]]
stringValue
];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
...
...
@@ -266,13 +266,13 @@
<div class=
\"
open icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>%@</span> \
<span class=
\"
second-line
\"
>%
d
items</span> \
<span class=
\"
second-line
\"
>%
lu
items</span> \
</div> \
</a> \
<div class=
\"
content
\"
>"
,
mo
.
objectID
.
URIRepresentation
,
[(
MLAlbum
*
)
mo
name
],
[
albumTracks
count
]]];
(
unsigned
long
)
[
albumTracks
count
]]];
for
(
MLAlbumTrack
*
track
in
albumTracks
)
{
duration
=
[[
VLCTime
timeWithNumber
:[(
MLFile
*
)[[
track
files
]
anyObject
]
duration
]]
stringValue
];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
...
...
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