Commit 4647f226c209dfd9b943399ea45bcc31e5502e1b

Authored by 张旭
1 parent 3ae732cd

no message

CNLiveBusinessTools/Classes/CNLiveNetBusinessTools.m
... ... @@ -272,7 +272,7 @@
272 272 + (CNFileType)isReadedFileByType:(NSString *)suffixType
273 273 {
274 274 suffixType = [NSString stringWithFormat:@"%@",[suffixType lowercaseString]];
275   - if ([[CNLiveBusinessTools fileTypeDic] objectForKey:[NSString stringWithFormat:@".%@",suffixType]]) {
  275 + if ([[CNLiveNetBusinessTools fileTypeDic] objectForKey:[NSString stringWithFormat:@".%@",suffixType]]) {
276 276 return CNFileTypeReadAndLook;
277 277 }
278 278 else if ([[CNLiveNetBusinessTools onlyReadFileType] objectForKey:[NSString stringWithFormat:@".%@",suffixType]])
... ...