Skip to content

Typo? #4

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";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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