Fixed typo that prevents m3u8 files to be scanned, ref #574
This commit is contained in:
@@ -28,7 +28,7 @@ namespace lms::metadata
|
||||
{
|
||||
std::span<const std::filesystem::path> getSupportedPlayListFileExtensions()
|
||||
{
|
||||
static const std::array<std::filesystem::path, 2> fileExtensions{ ".m3u", "m3u8" };
|
||||
static const std::array<std::filesystem::path, 2> fileExtensions{ ".m3u", ".m3u8" };
|
||||
return fileExtensions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user