mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-18 19:08:13 +02:00
Add sync local media progress routes for offline mobile playback session support
This commit is contained in:
@@ -18,7 +18,6 @@ class StaticRouter {
|
||||
|
||||
var remainingPath = req.params['0']
|
||||
var fullPath = Path.join(item.path, remainingPath)
|
||||
console.log('fullpath', fullPath)
|
||||
res.sendFile(fullPath)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user