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:
nilaoda 2023-06-22 22:03:43 +08:00 committed by GitHub
commit c5523c956c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace N_m3u8DL_RE.Util
else
div = 200;
string outputName = Path.GetDirectoryName(files[0]) + "\\T";
string outputName = Path.Combine(Path.GetDirectoryName(files[0])!, "T");
int index = 0; //序号
//按照div的容量分割为小数组