Merge pull request #208 from cyclamenkde/main
[bug fix] When the environment is Linux/Unix, an exception will be th…
This commit is contained in:
commit
c5523c956c
|
@ -85,7 +85,7 @@ namespace N_m3u8DL_RE.Util
|
||||||
else
|
else
|
||||||
div = 200;
|
div = 200;
|
||||||
|
|
||||||
string outputName = Path.GetDirectoryName(files[0]) + "\\T";
|
string outputName = Path.Combine(Path.GetDirectoryName(files[0])!, "T");
|
||||||
int index = 0; //序号
|
int index = 0; //序号
|
||||||
|
|
||||||
//按照div的容量分割为小数组
|
//按照div的容量分割为小数组
|
||||||
|
|
Loading…
Reference in New Issue