Added m3u8 extension to m3u plugin

CQTexperiment
Chris Moeller 2013-10-07 20:27:38 -07:00
parent 1123dc6b91
commit b23733277c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
+ (NSArray *)fileTypes
{
return [NSArray arrayWithObject:@"m3u"];
return [NSArray arrayWithObjects:@"m3u", @"m3u8", nil];
}
+ (NSArray *)mimeTypes