Changeset 0f261c47fdf63b6dce92bc5d80c7f669cc545c28
- Timestamp:
- 04/04/07 22:31:44
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1175718704 +0000
- git-parent:
[321a42ec2cc0a6cde5768832deced2ea82879410]
- git-author:
- Rafaël Carré <funman@videolan.org> 1175718704 +0000
- Message:
Use local copies for album art, rather than download it from amazon
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0666b4e |
r0f261c4 |
|
| 56 | 56 | set_description( _("Folder meta data") ); |
|---|
| 57 | 57 | |
|---|
| 58 | | set_capability( "art finder", 10 ); |
|---|
| | 58 | set_capability( "art finder", 90 ); |
|---|
| 59 | 59 | set_callbacks( FindMeta, NULL ); |
|---|
| 60 | 60 | vlc_module_end(); |
|---|