Made IsAudioFile public
This commit is contained in:
parent
ecfffba494
commit
307d725714
|
@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Resolvers
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static bool IsAudioFile(string path)
|
public static bool IsAudioFile(string path)
|
||||||
{
|
{
|
||||||
string extension = Path.GetExtension(path).ToLower();
|
string extension = Path.GetExtension(path).ToLower();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user