mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
fix win
This commit is contained in:
@@ -85,7 +85,7 @@ function findCommonPath(paths: string[]): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (commonPath.includes(':')) {
|
if (commonPath.includes(':')) {
|
||||||
commonPath = commonPath.replace('/', '\\')
|
commonPath = commonPath.replace('\\', '/')
|
||||||
}
|
}
|
||||||
|
|
||||||
return commonPath
|
return commonPath
|
||||||
|
|||||||
Reference in New Issue
Block a user