Made IsAudioFile public

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent ecfffba494
commit 307d725714

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

Loading…
Cancel
Save