Added m3u8 extension to m3u plugin
This commit is contained in:
parent
1123dc6b91
commit
b23733277c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
+ (NSArray *)fileTypes
|
||||
{
|
||||
return [NSArray arrayWithObject:@"m3u"];
|
||||
return [NSArray arrayWithObjects:@"m3u", @"m3u8", nil];
|
||||
}
|
||||
|
||||
+ (NSArray *)mimeTypes
|
||||
|
|
Loading…
Reference in a new issue