mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00: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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user