mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-21 12:19:47 +00:00
Made IsAudioFile public
This commit is contained in:
parent
ecfffba494
commit
307d725714
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue