Skip to content

Commit fbf2e63

Browse files
committed
Merge pull request nostra13#779 from mkhan07/patch-1
Video file thumbnails support
2 parents b43d2e7 + 0d6162c commit fbf2e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/com/nostra13/universalimageloader/core/download/ImageDownloader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface ImageDownloader {
4343

4444
/** Represents supported schemes(protocols) of URI. Provides convenient methods for work with schemes and URIs. */
4545
public enum Scheme {
46-
HTTP("http"), HTTPS("https"), FILE("file"), CONTENT("content"), ASSETS("assets"), DRAWABLE("drawable"), UNKNOWN("");
46+
HTTP("http"), HTTPS("https"), FILE("file"), CONTENT("content"), ASSETS("assets"), DRAWABLE("drawable"), VIDEO("video"), UNKNOWN("");
4747

4848
private String scheme;
4949
private String uriPrefix;

0 commit comments

Comments
 (0)