Commit 842c1a22 authored by jy1263's avatar jy1263

fixed deleting files that dont have both it's ogg and cover image

parent a05ecb2f
......@@ -150,7 +150,7 @@ class SRXD {
fs.unlinkSync(foundFiles[0]);
}
}
catch(err){}
catch(err){}
});
RefreshLibrary();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment