mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-07 11:12:45 +02:00
Fix:Check if Windows before cleaning file path for POSIX separators #1254
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const Path = require('path')
|
||||
const { encodeUriPath } = require('../../utils/index')
|
||||
const { encodeUriPath } = require('../../utils/fileUtils')
|
||||
|
||||
class VideoTrack {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user