Made IsAudioFile private

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent 00545b5543
commit 82799df9be

@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Resolvers
return null;
}
public static bool IsAudioFile(string path)
private static bool IsAudioFile(string path)
{
string extension = Path.GetExtension(path).ToLower();

Loading…
Cancel
Save