mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 20:30:59 -04:00
Made IsAudioFile public
This commit is contained in:
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…
x
Reference in New Issue
Block a user