Skip to content

Typo? #4

@Bluscream

Description

@Bluscream

if (String.IsNullOrWhiteSpace(filePath)) return filePath;

Shouldn't that be string.IsNullOrWhiteSpace(folderPath)?


BTW, why do you declare these if you don't use them?

private const string EXTM3U = "#EXTM3U";
private const string EXTINF = "#EXTINF";
private const string EXTALB = "#EXTALB";
private const string EXTART = "#EXTART";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions