FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Typo? · Issue #4 · tmk907/PlaylistsNET · GitHub

Typo? #4

Description

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


    Back | FazBrowse Home | New Git URL