mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Fix windows test
This commit is contained in:
parent
7058db2b04
commit
7cbdb6708b
@ -55,6 +55,7 @@ namespace Jellyfin.XbmcMetadata.Tests.Location
|
||||
movie.Path = movie.Path.Replace('/', '\\');
|
||||
path1 = path1.Replace('/', '\\');
|
||||
path2 = path2.Replace('/', '\\');
|
||||
path3 = path3.Replace('/', '\\');
|
||||
}
|
||||
|
||||
var paths = MovieNfoSaver.GetMovieSavePaths(new ItemInfo(movie)).ToArray();
|
||||
|
Loading…
Reference in New Issue
Block a user