summaryrefslogtreecommitdiff
path: root/net/minidlna/files/patch-utils.c-mpo
blob: d612e7b81d0b401269a89e5be5afdf02038ff53a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git utils.c utils.c
index d46f2f0..15e7905 100644
--- utils.c
+++ utils.c
@@ -396,7 +396,7 @@ is_audio(const char * file)
 int
 is_image(const char * file)
 {
-	return (ends_with(file, ".jpg") || ends_with(file, ".jpeg"));
+	return (ends_with(file, ".jpg") || ends_with(file, ".jpeg") || ends_with(file, ".mpo"));
 }
 
 int