Made IsAudioFile private
This commit is contained in:
parent
00545b5543
commit
82799df9be
|
@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Resolvers
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool IsAudioFile(string path)
|
private 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