Skip to content
  • Rémi Denis-Courmont's avatar
    lua: do not probe directories as playlist · 4eae96de
    Rémi Denis-Courmont authored
    Directories can never be handled by Lua playlist parsers; there are no
    Lua functions to even handle that case at all. It is not clear that
    there even be a point in doing so. So save time by skipping directories
    altogether.
    
    This also works around the problem that URL-based Lua scripts would
    match its own self recursively.
    4eae96de