1
0
Fork 0
mirror of https://github.com/fiso64/slsk-batchdl.git synced 2024-12-22 06:22:41 +00:00
This commit is contained in:
fiso64 2024-09-02 22:06:07 +02:00
parent 5c5625c32f
commit 5b4df5faff

View file

@ -27,7 +27,7 @@ public class M3uEditor
public void SetPathAndLoad(string path)
{
if (Utils.NormalizedPath(this.path) == Utils.NormalizedPath(path))
if (this.path != null && Utils.NormalizedPath(this.path) == Utils.NormalizedPath(path))
return;
this.path = Path.GetFullPath(path);