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