-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
PlaylistsNET/PlaylistsNET/Utils/Utils.cs
Line 10 in e46f533
| 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?
PlaylistsNET/PlaylistsNET/Content/M3uContent.cs
Lines 10 to 13 in e46f533
| private const string EXTM3U = "#EXTM3U"; | |
| private const string EXTINF = "#EXTINF"; | |
| private const string EXTALB = "#EXTALB"; | |
| private const string EXTART = "#EXTART"; |
Metadata
Metadata
Assignees
Labels
No labels