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
19b63342
Commit
19b63342
authored
Jul 01, 2014
by
Pierre SAGASPE
Committed by
Felix Paul Kühne
Jul 01, 2014
Browse files
web intf: fix download link of the file.
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
8090858b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCHTTPConnection.m
View file @
19b63342
...
...
@@ -177,7 +177,7 @@
duration
=
[
self
timeFormatted
:[[(
MLFile
*
)
mo
duration
]
integerValue
]];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
@"<div style=
\"
background-image:url('thumbnail/%@.png')
\"
> \
<a href=
\"
%@
\"
class=
\"
inner
\"
> \
<a href=
\"
download/
%@
\"
class=
\"
inner
\"
> \
<div class=
\"
down icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>%@</span> \
...
...
@@ -209,7 +209,7 @@
duration
=
[
self
timeFormatted
:[[(
MLFile
*
)[[
showEp
files
]
anyObject
]
duration
]
integerValue
]];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
@"<div style=
\"
background-image:url('thumbnail/%@.png')
\"
> \
<a href=
\"
%@
\"
class=
\"
inner
\"
> \
<a href=
\"
download/
%@
\"
class=
\"
inner
\"
> \
<div class=
\"
down icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>S%@E%@ - %@</span> \
...
...
@@ -244,7 +244,7 @@
duration
=
[
self
timeFormatted
:[[
file
duration
]
integerValue
]];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
@"<div style=
\"
background-image:url('thumbnail/%@.png')
\"
> \
<a href=
\"
%@
\"
class=
\"
inner
\"
> \
<a href=
\"
download/
%@
\"
class=
\"
inner
\"
> \
<div class=
\"
down icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>%@</span> \
...
...
@@ -277,7 +277,7 @@
duration
=
[
self
timeFormatted
:[[(
MLFile
*
)[[
track
files
]
anyObject
]
duration
]
integerValue
]];
[
mediaInHtml
addObject
:[
NSString
stringWithFormat
:
@"<div style=
\"
background-image:url('thumbnail/%@.png')
\"
> \
<a href=
\"
%@
\"
class=
\"
inner
\"
> \
<a href=
\"
download/
%@
\"
class=
\"
inner
\"
> \
<div class=
\"
down icon
\"
></div> \
<div class=
\"
infos
\"
> \
<span class=
\"
first-line
\"
>%@</span> \
...
...
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