Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
d9e35d47
Commit
d9e35d47
authored
Sep 28, 2017
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webservices: acoustid: move to https
parent
21a6d033
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/misc/webservices/acoustid.c
modules/misc/webservices/acoustid.c
+1
-1
No files found.
modules/misc/webservices/acoustid.c
View file @
d9e35d47
...
...
@@ -155,7 +155,7 @@ int DoAcoustIdWebRequest( vlc_object_t *p_obj, acoustid_fingerprint_t *p_data )
if
(
!
p_data
->
psz_fingerprint
)
return
VLC_SUCCESS
;
char
*
psz_url
;
if
(
unlikely
(
asprintf
(
&
psz_url
,
"http://fingerprint.videolan.org/"
if
(
unlikely
(
asprintf
(
&
psz_url
,
"http
s
://fingerprint.videolan.org/"
"acoustid.php?meta=recordings+tracks+usermeta+"
"releases&duration=%d&fingerprint=%s"
,
p_data
->
i_duration
,
p_data
->
psz_fingerprint
)
<
1
)
)
...
...
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