mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +00:00
commit
This commit is contained in:
parent
5c5625c32f
commit
5b4df5faff
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class M3uEditor
|
||||||
|
|
||||||
public void SetPathAndLoad(string path)
|
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;
|
return;
|
||||||
|
|
||||||
this.path = Path.GetFullPath(path);
|
this.path = Path.GetFullPath(path);
|
||||||
|
|
Loading…
Reference in a new issue