mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Use new m3u scanner
This commit is contained in:
parent
1a0f1317e2
commit
831016bb05
@ -319,7 +319,7 @@ process_playlist(char *file)
|
|||||||
{
|
{
|
||||||
if (strcmp(ext, ".m3u") == 0)
|
if (strcmp(ext, ".m3u") == 0)
|
||||||
{
|
{
|
||||||
scan_static_playlist(file);
|
scan_m3u_playlist(file);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user