* Add Ogg scanning support.
This commit is contained in:
2
utils.c
2
utils.c
@ -195,7 +195,7 @@ is_audio(const char * file)
|
||||
ends_with(file, ".fla") || ends_with(file, ".flc") ||
|
||||
ends_with(file, ".m4a") || ends_with(file, ".aac") ||
|
||||
ends_with(file, ".mp4") || ends_with(file, ".m4p") ||
|
||||
ends_with(file, ".wav"));
|
||||
ends_with(file, ".wav") || ends_with(file, ".ogg"));
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user