mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Use new m3u scanner
This commit is contained in:
@@ -319,7 +319,7 @@ process_playlist(char *file)
|
||||
{
|
||||
if (strcmp(ext, ".m3u") == 0)
|
||||
{
|
||||
scan_static_playlist(file);
|
||||
scan_m3u_playlist(file);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user