Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0f261c47
Commit
0f261c47
authored
Apr 04, 2007
by
Rafaël Carré
Browse files
Use local copies for album art, rather than download it from amazon
parent
321a42ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/meta_engine/folder.c
View file @
0f261c47
...
...
@@ -55,7 +55,7 @@ vlc_module_begin();
set_shortname
(
N_
(
"Folder"
)
);
set_description
(
_
(
"Folder meta data"
)
);
set_capability
(
"art finder"
,
1
0
);
set_capability
(
"art finder"
,
9
0
);
set_callbacks
(
FindMeta
,
NULL
);
vlc_module_end
();
...
...
Write
Preview
Supports
Markdown
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