mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user