Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-02-04 05:25:24 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-02-04 05:25:24 +0300
commit0c4e435d908f15d83ab728d2e7375c4d3e0816dd (patch)
tree29a9494ad210a0fce50a9901326a3a83ba432044 /albumart.h
parent8afc0b6dee01d0cc5c37e6588dcf2fc90246311e (diff)
* Be more flexible when it comes to album art resolutions. This is really just a recommendation and not an absolute requirement for DLNA compliance.
Diffstat (limited to 'albumart.h')
-rw-r--r--albumart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/albumart.h b/albumart.h
index ca2cb56..6db6176 100644
--- a/albumart.h
+++ b/albumart.h
@@ -11,6 +11,6 @@
#define __ALBUMART_H__
sqlite_int64
-find_album_art(const char * path);
+find_album_art(const char * path, char * dlna_pn);
#endif